aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Rpost.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-13 18:24:45 -0700
committerredmatrix <git@macgirvin.com>2016-07-13 18:24:45 -0700
commitb72720f6b6070fa5c5036f8600c82454b378d1d0 (patch)
treeeb28991d3429ba3d786634232d0fc25b35c413a1 /Zotlabs/Module/Rpost.php
parentf4e4e734de001de50b2a1a3119997b444bf12134 (diff)
parentf60a0c5ce050febb0b200938eb51d88cf563b88f (diff)
downloadvolse-hubzilla-b72720f6b6070fa5c5036f8600c82454b378d1d0.tar.gz
volse-hubzilla-b72720f6b6070fa5c5036f8600c82454b378d1d0.tar.bz2
volse-hubzilla-b72720f6b6070fa5c5036f8600c82454b378d1d0.zip
Merge branch 'dev' into perms
Diffstat (limited to 'Zotlabs/Module/Rpost.php')
-rw-r--r--Zotlabs/Module/Rpost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Rpost.php b/Zotlabs/Module/Rpost.php
index 32d52c30c..9e3043d10 100644
--- a/Zotlabs/Module/Rpost.php
+++ b/Zotlabs/Module/Rpost.php
@@ -115,7 +115,7 @@ class Rpost extends \Zotlabs\Web\Controller {
'default_location' => $channel['channel_location'],
'nickname' => $channel['channel_address'],
'lockstate' => (($acl->is_private()) ? 'lock' : 'unlock'),
- 'acl' => populate_acl($channel_acl, true, Zotlabs\Lib\PermissionDescription::fromGlobalPermission('view_stream'), get_post_aclDialogDescription(), 'acl_dialog_post'),
+ 'acl' => populate_acl($channel_acl, true, \Zotlabs\Lib\PermissionDescription::fromGlobalPermission('view_stream'), get_post_aclDialogDescription(), 'acl_dialog_post'),
'bang' => '',
'visitor' => true,
'profile_uid' => local_channel(),