From: Hypolite Petovan Date: Thu, 24 Jan 2019 02:22:26 +0000 (-0500) Subject: Fix missing library include in Database\DBstructure X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a554fef2dbbce954bfc47da8e51cd323ad249de;p=friendica.git Fix missing library include in Database\DBstructure --- diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index 39252beadf..7d52e60cae 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -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 *