Merge pull request #3886 from annando/boot-worker

Missing "use" in boot.php
This commit is contained in:
Hypolite Petovan 2017-11-08 08:21:04 -05:00 committed by GitHub
commit 34554133f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ use Friendica\App;
use Friendica\Core\System;
use Friendica\Core\Config;
use Friendica\Core\PConfig;
use Friendica\Core\Worker;
use Friendica\Util\Lock;
require_once 'include/network.php';