SpoolPost moved

This commit is contained in:
Michael 2017-11-18 07:44:38 +00:00
parent 28315ee9dd
commit 2515d02e6d
3 changed files with 59 additions and 58 deletions

View file

@ -899,7 +899,7 @@ class Worker {
logger('Add cron entries', LOGGER_DEBUG);
// Check for spooled items
self::add(PRIORITY_HIGH, "spool_post");
self::add(PRIORITY_HIGH, "SpoolPost");
// Run the cron job that calls all other jobs
self::add(PRIORITY_MEDIUM, "Cron");