]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Cron.php
Restore previous permission comment in Widget\CalendarExport
[friendica.git] / src / Worker / Cron.php
index 6f4c20a8e869385b0d0c18bce3e1d1844b1d35d7..e523f75118af8ad0c415f2db2374a33f6ccf3799 100644 (file)
@@ -41,7 +41,7 @@ Class Cron {
                logger('cron: start');
 
                // Fork the cron jobs in separate parts to avoid problems when one of them is crashing
-               Addon::ForkHooks($a->queue['priority'], "cron");
+               Addon::forkHooks($a->queue['priority'], "cron");
 
                // run queue delivery process in the background
                Worker::add(PRIORITY_NEGLIGIBLE, "Queue");