Provide admin delete ability if the viewer is admin but has no existing delete authority. For 3.5+ as a new string is involved.

This commit is contained in:
zotlabs
2018-05-02 17:39:12 -07:00
parent 285781b887
commit 406ea67bbc
3 changed files with 18 additions and 8 deletions

View File

@@ -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) {