From 5308e04e83f4a3f04e6d8bf80b177e7208dbac58 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 18 Nov 2013 00:50:12 +0100 Subject: [PATCH] Don't disable queuedaemons before Cron stuff is done --- scripts/getvaliddaemons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index b4e1e57e43..78cbba8c07 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -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) { -- 2.39.2