issue #183
This commit is contained in:
parent
bf5c0e0b0d
commit
dfaf1a1075
@ -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'",
|
$z = q("select created from item where uid = %d and body = '%s'",
|
||||||
intval($profile_uid),
|
intval($profile_uid),
|
||||||
|
Reference in New Issue
Block a user