]> git.mxchange.org Git - friendica.git/blobdiff - include/dbupdate.php
Merge pull request #3906 from zeroadam/Global-Poco-#3878
[friendica.git] / include / dbupdate.php
index 21528c5730bf4affd04bbfc79c496f0507994373..799ca262c837b4229b80b3b464bd3bf5f6ac1624 100644 (file)
@@ -1,13 +1,13 @@
 <?php
 
-use \Friendica\Core\Config;
+use Friendica\Core\Config;
 
 function dbupdate_run(&$argv, &$argc) {
        global $a;
 
        // We are deleting the latest dbupdate entry.
        // This is done to avoid endless loops because the update was interupted.
-       Config::delete('database','dbupdate_'.DB_UPDATE_VERSION);
+       Config::delete('database', 'dbupdate_'.DB_UPDATE_VERSION);
 
        update_db($a);
 }