]> git.mxchange.org Git - friendica.git/commitdiff
expire issue
authorfriendica <info@friendica.com>
Sun, 5 Aug 2012 06:29:52 +0000 (23:29 -0700)
committerfriendica <info@friendica.com>
Sun, 5 Aug 2012 06:29:52 +0000 (23:29 -0700)
include/items.php

index 3b09dfa688c518750079cdad64638516b61ef611..e5b9dbffa6c7b4da0b621f0d01b71cc717a0dba3 100755 (executable)
@@ -3699,7 +3699,7 @@ function drop_item($id,$interactive = true) {
 
        // check if logged in user is either the author or owner of this item
 
-       if((local_user() == $item['uid']) || (remote_user() == $item['contact-id'])) {
+       if((local_user() == $item['uid']) || (remote_user() == $item['contact-id']) || (! $interactive)) {
 
                // delete the item