]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Merge pull request #8563 from annando/issue-8550
[friendica.git] / src / Database / DBStructure.php
index 372e3c496fa3f6102ae3b8c2a2a51f40e615ce43..dc13bd6566d94228cab5d63205dde2461c2533c1 100644 (file)
@@ -113,11 +113,11 @@ class DBStructure
                        echo "\n";
                }
 
-               DBView::printStructure($basePath);
+               View::printStructure($basePath);
        }
 
        /**
-        * 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
@@ -596,7 +596,7 @@ class DBStructure
                        }
                }
 
-               DBView::create($verbose, $action);
+               View::create($verbose, $action);
 
                if ($action && !$install) {
                        DI::config()->set('system', 'maintenance', 0);