From 737cc6f101cbcc7d5a321004be5e20b646e1f26f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 8 Nov 2017 13:03:41 +0000 Subject: [PATCH] Missing "use" in boot.php --- boot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.php b/boot.php index 89a30ce1e3..2511f1d1ac 100644 --- a/boot.php +++ b/boot.php @@ -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';