From dfaf1a1075acdeccea5c730611c13db3d61d6277 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 23 Nov 2015 15:27:57 -0800 Subject: issue #183 --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/item.php b/mod/item.php index 34484eff7..f32ff8844 100644 --- a/mod/item.php +++ b/mod/item.php @@ -810,7 +810,7 @@ function item_post(&$a) { - if(feature_enabled($profile_uid,'suppress_duplicates')) { + if(feature_enabled($profile_uid,'suppress_duplicates') && (! $orig_post)) { $z = q("select created from item where uid = %d and body = '%s'", intval($profile_uid), -- cgit v1.2.3