diff options
author | redmatrix <git@macgirvin.com> | 2016-07-04 00:12:53 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-04 00:12:53 -0700 |
commit | 805ecde6a5ce50856e96ea47cba4a02e7848672f (patch) | |
tree | 555f3321c69215ff41e228d37b4ad9a9fa627f9d /Zotlabs/Access | |
parent | 2a26b0ae91281efd09320ac1950e4345fe7e9771 (diff) | |
download | volse-hubzilla-805ecde6a5ce50856e96ea47cba4a02e7848672f.tar.gz volse-hubzilla-805ecde6a5ce50856e96ea47cba4a02e7848672f.tar.bz2 volse-hubzilla-805ecde6a5ce50856e96ea47cba4a02e7848672f.zip |
minor
Diffstat (limited to 'Zotlabs/Access')
-rw-r--r-- | Zotlabs/Access/Permissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php index 4c3c634fd..bbf14d7dc 100644 --- a/Zotlabs/Access/Permissions.php +++ b/Zotlabs/Access/Permissions.php @@ -7,7 +7,7 @@ use Zotlabs\Lib as Zlib; class Permissions { - static public function Perms($filter) { + static public function Perms($filter = '') { $perms = [ [ 'view_stream' => t('Can view my normal stream and posts') ], |