From: Michael Date: Sat, 26 Sep 2020 09:53:44 +0000 (+0000) Subject: Remove unneeded addon reload X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91ccdac652c7bf8872cc189a778cbbbdf0e0e439;p=friendica.git Remove unneeded addon reload --- diff --git a/src/Worker/PollContacts.php b/src/Worker/PollContacts.php index e73801f2b6..fbc1286b15 100644 --- a/src/Worker/PollContacts.php +++ b/src/Worker/PollContacts.php @@ -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`