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