Don't disable queuedaemons before Cron stuff is done
This commit is contained in:
parent
1a0e17fea6
commit
5308e04e83
|
@ -37,7 +37,7 @@ require_once INSTALLDIR.'/scripts/commandline.inc';
|
|||
|
||||
$daemons = array();
|
||||
|
||||
#$daemons[] = INSTALLDIR.'/scripts/queuedaemon.php';
|
||||
$daemons[] = INSTALLDIR.'/scripts/queuedaemon.php';
|
||||
|
||||
if (Event::handle('GetValidDaemons', array(&$daemons))) {
|
||||
foreach ($daemons as $daemon) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user