From 8b545d91db1bec0881645a989f4d7fc146397154 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 26 Jun 2014 16:24:53 -0700 Subject: notification being sent for comments from blocked connections on same site. --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index b80f18b72..7fcb382b7 100755 --- a/include/items.php +++ b/include/items.php @@ -3603,6 +3603,7 @@ function drop_items($items) { function drop_item($id,$interactive = true,$stage = DROPITEM_NORMAL) { + $a = get_app(); // locate item to be deleted -- cgit v1.2.3