]> git.mxchange.org Git - friendica.git/commitdiff
Documentation and unneeded stuff removed
authorMichael <heluecht@pirati.ca>
Sat, 25 Apr 2020 18:36:58 +0000 (18:36 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 25 Apr 2020 18:36:58 +0000 (18:36 +0000)
src/Database/DBStructure.php
src/Database/View.php

index 1433a5346a7b6032666c8b22d39f3fd35c73058b..dc13bd6566d94228cab5d63205dde2461c2533c1 100644 (file)
@@ -117,7 +117,7 @@ class DBStructure
        }
 
        /**
-        * Loads the database structure definition from the config/dbstructure.config.php file.
+        * Loads the database structure definition from the static/dbstructure.config.php file.
         * On first pass, defines DB_UPDATE_VERSION constant.
         *
         * @see static/dbstructure.config.php
index fa4c502a233bc8bac4a8b2e35df77539d51a135c..c7f55ee7526c7c9c3dc4a43a08bd0636b1436633 100644 (file)
@@ -25,8 +25,6 @@ use Exception;
 use Friendica\Core\Hook;
 use Friendica\DI;
 
-require_once __DIR__ . '/../../include/dba.php';
-
 class View
 {
        /**
@@ -37,7 +35,7 @@ class View
        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