aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-14 10:07:23 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-14 10:07:23 +0100
commit9d69792e08dd4366c5d1c97e29b5ef587822d6a0 (patch)
tree1cf2506f0279f4845f3561ed2e5d43b2271739a7 /Zotlabs
parent5b4aa718781537e182cd8a17e99dd54000fa9d9d (diff)
parent240db7b60298e9f5ea3d3470e930f44d1c871903 (diff)
downloadvolse-hubzilla-9d69792e08dd4366c5d1c97e29b5ef587822d6a0.tar.gz
volse-hubzilla-9d69792e08dd4366c5d1c97e29b5ef587822d6a0.tar.bz2
volse-hubzilla-9d69792e08dd4366c5d1c97e29b5ef587822d6a0.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Access/Permissions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php
index 20ce21238..bca40a9c1 100644
--- a/Zotlabs/Access/Permissions.php
+++ b/Zotlabs/Access/Permissions.php
@@ -127,6 +127,7 @@ class Permissions {
static public function FilledPerms($arr) {
if(is_null($arr)) {
btlogger('FilledPerms: null');
+ $arr = [];
}
$everything = self::Perms();