diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-23 15:27:57 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-23 15:27:57 -0800 |
commit | dfaf1a1075acdeccea5c730611c13db3d61d6277 (patch) | |
tree | 5450d8841785d3fbd0c1296d314622b6f2467f42 /mod/item.php | |
parent | bf5c0e0b0d52e30d188713f47ba1e560008abf66 (diff) | |
download | volse-hubzilla-dfaf1a1075acdeccea5c730611c13db3d61d6277.tar.gz volse-hubzilla-dfaf1a1075acdeccea5c730611c13db3d61d6277.tar.bz2 volse-hubzilla-dfaf1a1075acdeccea5c730611c13db3d61d6277.zip |
issue #183
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
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), |