Fix missing library include in Database\DBstructure

This commit is contained in:
Hypolite Petovan 2019-01-23 21:22:26 -05:00
parent bce8ab7227
commit 8a554fef2d
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ use Friendica\Core\L10n;
use Friendica\Core\Logger;
use Friendica\Util\DateTimeFormat;
require_once 'include/dba.php';
/**
* @brief This class contain functions for the database management
*