1
0
Fork 0

Bugfix: The duplicate check sometimes seemed to have scrambled the posts

This commit is contained in:
Michael Vogel 2015-11-30 23:13:56 +01:00
commit b0898cc461
3 changed files with 35 additions and 15 deletions

View file

@ -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;