diff options
author | redmatrix <git@macgirvin.com> | 2016-07-21 01:48:20 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-21 01:48:20 -0700 |
commit | cf0b1f1f156da396cafea08ddac86307e78259a7 (patch) | |
tree | 831bd32b0a5db630ebb74fa7a71d7521d6f847c6 /include/items.php | |
parent | da707736a075e8f050458316edfcf0177aef0bfc (diff) | |
download | volse-hubzilla-cf0b1f1f156da396cafea08ddac86307e78259a7.tar.gz volse-hubzilla-cf0b1f1f156da396cafea08ddac86307e78259a7.tar.bz2 volse-hubzilla-cf0b1f1f156da396cafea08ddac86307e78259a7.zip |
typo
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
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), |