diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-02 17:39:12 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-02 17:39:12 -0700 |
commit | 406ea67bbc9b67ca4bd80d80eb012bc68afc5262 (patch) | |
tree | c4420c298d29be65319d30b1f5bd7a4e5e6fc24a /include | |
parent | 285781b8870d1c36cf90a3b38a448719b8bf9d21 (diff) | |
download | volse-hubzilla-406ea67bbc9b67ca4bd80d80eb012bc68afc5262.tar.gz volse-hubzilla-406ea67bbc9b67ca4bd80d80eb012bc68afc5262.tar.bz2 volse-hubzilla-406ea67bbc9b67ca4bd80d80eb012bc68afc5262.zip |
Provide admin delete ability if the viewer is admin but has no existing delete authority. For 3.5+ as a new string is involved.
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 8bc4595b6..2c9d84ef3 100755 --- a/include/items.php +++ b/include/items.php @@ -3561,7 +3561,6 @@ function item_expire($uid,$days,$comment_days = 7) { drop_item($item['id'],false); } -// Zotlabs\Daemon\Master::Summon(array('Notifier','expire',$uid)); } function retain_item($id) { |