Merge pull request #5620 from annando/fix-remove

Fix a fatal error when removing contacts
This commit is contained in:
Tobias Diekershoff 2018-08-15 14:31:13 +02:00 committed by GitHub
commit 3488b937ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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';