]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/MergeContacts.php
New option to disable the fetching of parents
[friendica.git] / src / Console / MergeContacts.php
index 543ad316e7f9fc48c3f92589282c1e9c9e58095a..0d05c579fabaaa737b3419c97102c7ba3ed107dd 100644 (file)
@@ -67,7 +67,7 @@ HELP;
                $this->l10n = $l10n;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                $duplicates = $this->dba->p("SELECT COUNT(*) AS `total`, `uri-id`, MAX(`url`) AS `url` FROM `contact` WHERE `uid` = 0 GROUP BY `uri-id` HAVING total > 1");
                while ($duplicate = $this->dba->fetch($duplicates)) {