mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
Fixed wrong capitalation (or however this is written)
This commit is contained in:
parent
053cb31eea
commit
4859a18ae4
3 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue