Fix missing library include in Database\DBstructure
This commit is contained in:
parent
bce8ab7227
commit
8a554fef2d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ use Friendica\Core\L10n;
|
||||||
use Friendica\Core\Logger;
|
use Friendica\Core\Logger;
|
||||||
use Friendica\Util\DateTimeFormat;
|
use Friendica\Util\DateTimeFormat;
|
||||||
|
|
||||||
|
require_once 'include/dba.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief This class contain functions for the database management
|
* @brief This class contain functions for the database management
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue