]> git.mxchange.org Git - friendica.git/blobdiff - include/threadupdate.php
Make Hypolite happy
[friendica.git] / include / threadupdate.php
index e9d9bf6e6b518d99683f52190e7b30e7c4de81ae..dc528c6b87105d1a34871508399df9dca14d603e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+
+use \Friendica\Core\Config;
+
 require_once("boot.php");
 require_once("include/threads.php");
 
@@ -14,8 +17,7 @@ if(is_null($db)) {
        unset($db_host, $db_user, $db_pass, $db_data);
 }
 
-load_config('config');
-load_config('system');
+Config::load();
 
 update_threads();
 update_threads_mention();