]> git.mxchange.org Git - friendica.git/blobdiff - include/pubsubpublish.php
Merge pull request #3168 from annando/bugfix-contact-posts
[friendica.git] / include / pubsubpublish.php
index 6bd90bfc21e083704f561c00ae03a6a9d533a36d..428103a9713e5616f342a509d38f4cb1c016394d 100644 (file)
@@ -72,8 +72,7 @@ function pubsubpublish_run(&$argv, &$argc){
 
        require_once('include/items.php');
 
-       load_config('config');
-       load_config('system');
+       Config::load();
 
        // Don't check this stuff if the function is called by the poller
        if (App::callstack() != "poller_run") {