Bugfix: The duplicate check sometimes seemed to have scrambled the posts
This commit is contained in:
parent
2753e62483
commit
b0898cc461
3 changed files with 35 additions and 15 deletions
|
@ -87,7 +87,6 @@ function add_shadow_entry($item) {
|
|||
|
||||
// Is there already a shadow entry?
|
||||
$r = q("SELECT `id` FROM `item` WHERE `uri` = '%s' AND `uid` = 0 LIMIT 1", dbesc($item['uri']));
|
||||
|
||||
if (count($r))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue