Hotfix regmod missing use statement

This commit is contained in:
Hypolite Petovan 2017-12-07 14:12:03 -05:00 committed by GitHub
parent 05f97e95e7
commit cf45e8738c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use Friendica\Core\Config;
use Friendica\Core\System;
use Friendica\Core\Worker;
use Friendica\Database\DBM;
use Friendica\Model\User;
require_once 'include/enotify.php';