aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-11-14 08:47:25 +0100
committerGitHub <noreply@github.com>2017-11-14 08:47:25 +0100
commit240db7b60298e9f5ea3d3470e930f44d1c871903 (patch)
tree00801c374a9daf699603bc3e5a2148fe4f8f60e9 /Zotlabs
parentc8dbcf8a2af7ac3b1a9e26c4c293574f919bd554 (diff)
parent6cf3ebb7dbf813d92342d0350078edbcd5050e9c (diff)
downloadvolse-hubzilla-240db7b60298e9f5ea3d3470e930f44d1c871903.tar.gz
volse-hubzilla-240db7b60298e9f5ea3d3470e930f44d1c871903.tar.bz2
volse-hubzilla-240db7b60298e9f5ea3d3470e930f44d1c871903.zip
Merge pull request #907 from dawnbreak/QA_testing
Unit tests for Zotlabs\Access classes.
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();