]> git.mxchange.org Git - friendica.git/blobdiff - include/threads.php
Bugfix: The duplicate check sometimes seemed to have scrambled the posts
[friendica.git] / include / threads.php
index 3cfa02564036b4d38577da017a31ee48f1b243a7..c12f43bb81154c62256b9fac99a823d8ee144e84 100644 (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;