projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a0e17f
)
Don't disable queuedaemons before Cron stuff is done
author
Mikael Nordfeldth
<mmn@hethane.se>
Sun, 17 Nov 2013 23:50:12 +0000
(
00:50
+0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Sun, 17 Nov 2013 23:50:12 +0000
(
00:50
+0100)
scripts/getvaliddaemons.php
patch
|
blob
|
history
diff --git
a/scripts/getvaliddaemons.php
b/scripts/getvaliddaemons.php
index b4e1e57e43be85a25af4e8bfd3b021d1dea21d5c..78cbba8c079fbe3a1f01a05602a7eb99d0c9bc48 100755
(executable)
--- 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) {