mirror of
https://github.com/friendica/friendica
synced 2025-01-09 13:24:42 +00:00
Fix a fatal error when removing contacts
This commit is contained in:
parent
1283b99c6f
commit
6d852ff6fd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
namespace Friendica\Worker;
|
||||
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Core\Protocol;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
|
||||
|
|
Loading…
Reference in a new issue