Merge pull request #7041 from MrPetovan/bug/fatal-errors

Remove failing require to non-existent file in Worker\CronJobs
This commit is contained in:
Michael Vogel 2019-04-25 04:04:25 +02:00 committed by GitHub
commit 3f7b21ef28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ use Friendica\Protocol\PortableContact;
use Friendica\Util\Network;
use Friendica\Util\Proxy as ProxyUtils;
require_once 'mod/nodeinfo.php';
class CronJobs
{
public static function execute($command = '')