1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

This needs a defualt or everything is ruined.

This commit is contained in:
epriestley 2011-06-13 18:07:58 -07:00
parent ab301416ea
commit 1d28d97307

View file

@ -163,7 +163,7 @@ EOHELP
return 1;
}
public function launchDaemon($daemon, array $argv, $debug) {
public function launchDaemon($daemon, array $argv, $debug = false) {
$symbols = $this->loadAvailableDaemonClasses();
$symbols = ipull($symbols, 'name', 'name');
if (empty($symbols[$daemon])) {