X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcron.php;h=c60284b738a7d819f4c6f6e4601b7517a4032eb4;hb=6ff5c23d50095e5407bf69f8a4ec2220c5d2d408;hp=60c62786e6d22287c897f06f8102c7073d9966a6;hpb=be5267edda51eb4b523324c001bcf90ca60e1fa5;p=friendica.git diff --git a/include/cron.php b/include/cron.php index 60c62786e6..c60284b738 100644 --- a/include/cron.php +++ b/include/cron.php @@ -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();