]> git.mxchange.org Git - friendica.git/commitdiff
Remove unneeded addon reload
authorMichael <heluecht@pirati.ca>
Sat, 26 Sep 2020 09:53:44 +0000 (09:53 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 26 Sep 2020 09:53:44 +0000 (09:53 +0000)
src/Worker/PollContacts.php

index e73801f2b6ec42728d2732d960f1d4f61ed1b6ba..fbc1286b15f946b0f33beff7fa64a9659e47de7f 100644 (file)
@@ -21,7 +21,6 @@
 
 namespace Friendica\Worker;
 
-use Friendica\Core\Addon;
 use Friendica\Core\Logger;
 use Friendica\Core\Protocol;
 use Friendica\Core\Worker;
@@ -37,8 +36,6 @@ class PollContacts
 {
        public static function execute()
        {
-               Addon::reload();
-
                $sql = "SELECT `contact`.`id`, `contact`.`nick`, `contact`.`name`, `contact`.`network`, `contact`.`archive`,
                                        `contact`.`last-update`, `contact`.`priority`, `contact`.`rating`, `contact`.`rel`, `contact`.`subhub`
                                FROM `user`