aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Access
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-04 00:12:53 -0700
committerredmatrix <git@macgirvin.com>2016-07-04 00:12:53 -0700
commit805ecde6a5ce50856e96ea47cba4a02e7848672f (patch)
tree555f3321c69215ff41e228d37b4ad9a9fa627f9d /Zotlabs/Access
parent2a26b0ae91281efd09320ac1950e4345fe7e9771 (diff)
downloadvolse-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.php2
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') ],