Fix a fatal error when removing contacts

This commit is contained in:
Michael 2018-08-15 09:27:25 +00:00
parent 1283b99c6f
commit 6d852ff6fd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
namespace Friendica\Worker;
use Friendica\Database\DBA;
use Friendica\Core\Protocol;
require_once 'include/dba.php';