aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-21 01:48:20 -0700
committerredmatrix <git@macgirvin.com>2016-07-21 01:48:20 -0700
commitcf0b1f1f156da396cafea08ddac86307e78259a7 (patch)
tree831bd32b0a5db630ebb74fa7a71d7521d6f847c6 /include
parentda707736a075e8f050458316edfcf0177aef0bfc (diff)
downloadvolse-hubzilla-cf0b1f1f156da396cafea08ddac86307e78259a7.tar.gz
volse-hubzilla-cf0b1f1f156da396cafea08ddac86307e78259a7.tar.bz2
volse-hubzilla-cf0b1f1f156da396cafea08ddac86307e78259a7.zip
typo
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 553c06b3c..178fb30d6 100755
--- a/include/items.php
+++ b/include/items.php
@@ -2806,7 +2806,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent) {
dbesc($channel['channel_deny_gid']),
intval($private),
dbesc($new_public_policy),
- dbesc(map_scope(\Zotlabs\Access\PermissionLimits($channel['channel_id'],'post_comments'))),
+ dbesc(map_scope(\Zotlabs\Access\PermissionLimits::Get($channel['channel_id'],'post_comments'))),
dbesc($title),
dbesc($body),
intval($item_wall),