]> git.mxchange.org Git - friendica.git/blobdiff - include/cron.php
Doxygen structure added
[friendica.git] / include / cron.php
index 60c62786e6d22287c897f06f8102c7073d9966a6..c60284b738a7d819f4c6f6e4601b7517a4032eb4 100644 (file)
@@ -101,10 +101,10 @@ function cron_run(&$argv, &$argc){
 
        // Check OStatus conversations
        // Check only conversations with mentions (for a longer time)
-       check_conversations(true);
+       ostatus::check_conversations(true);
 
        // Check every conversation
-       check_conversations(false);
+       ostatus::check_conversations(false);
 
        // Set the gcontact-id in the item table if missing
        item_set_gcontact();