From 2fe2de1d5ac991d2bc20dd2df8eb071f5c8039a7 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 27 Nov 2012 17:09:01 -0800 Subject: got comments going back and forth - we really need local_deliver now since even local deliveries are going through zot and that isn't necessary or desirable in the long term --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 47b919bc6..a6ecbbb88 100755 --- a/include/items.php +++ b/include/items.php @@ -1249,7 +1249,7 @@ function item_store($arr,$force_parent = false) { dbesc($arr['uri']), intval($arr['uid']) ); - if($r && count($r)) { + if($r) { logger('item-store: duplicate item ignored. ' . print_r($arr,true)); return 0; } -- cgit v1.2.3