Remove unneeded addon reload

This commit is contained in:
Michael 2020-09-26 09:53:44 +00:00
parent 04f993b611
commit 91ccdac652
1 changed files with 0 additions and 3 deletions

View 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`