Remove static definition of imdaemon.php as valid daemon.

This commit is contained in:
Jean Baptiste Favre 2012-08-26 22:53:09 +02:00
parent b8a69d023b
commit f175512748
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ $daemons = array();
$daemons[] = INSTALLDIR.'/scripts/queuedaemon.php';
$daemons[] = INSTALLDIR.'/scripts/imdaemon.php';
if (Event::handle('GetValidDaemons', array(&$daemons))) {
foreach ($daemons as $daemon) {
print $daemon . ' ';