diff options
-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') ], |