]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/View.php
Merge pull request #8957 from annando/server-peers
[friendica.git] / src / Database / View.php
index fa4c502a233bc8bac4a8b2e35df77539d51a135c..e1335d9df65f049307877085451e832b23cab5d7 100644 (file)
@@ -25,19 +25,17 @@ use Exception;
 use Friendica\Core\Hook;
 use Friendica\DI;
 
-require_once __DIR__ . '/../../include/dba.php';
-
 class View
 {
        /**
-        * view definition loaded from config/dbview.config.php
+        * view definition loaded from static/dbview.config.php
         *
         * @var array
         */
        private static $definition = [];
 
        /**
-        * Loads the database structure definition from the config/dbview.config.php file.
+        * Loads the database structure definition from the static/dbview.config.php file.
         * On first pass, defines DB_UPDATE_VERSION constant.
         *
         * @see static/dbview.config.php