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:
parent
ab301416ea
commit
1d28d97307
1 changed files with 1 additions and 1 deletions
|
@ -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])) {
|
||||
|
|
Loading…
Reference in a new issue