]> git.mxchange.org Git - friendica.git/commitdiff
Fix missing library include in Database\DBstructure
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 24 Jan 2019 02:22:26 +0000 (21:22 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 24 Jan 2019 02:22:26 +0000 (21:22 -0500)
src/Database/DBStructure.php

index 39252beadfd719859eb1b85eddfea83b6f629107..7d52e60caec13d53a0b0b811754932c76ca121ed 100644 (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
  *