From 9732f1fccf1caef47bcfb4c5fa8b8f9940526357 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 4 Aug 2012 23:29:52 -0700 Subject: [PATCH] expire issue --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 3b09dfa68..e5b9dbffa 100755 --- a/include/items.php +++ b/include/items.php @@ -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