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

View file

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