forked from GNUsocial/gnu-social
Don't disable queuedaemons before Cron stuff is done
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user