Fixed bug in addCommands
This commit is contained in:
@ -36,7 +36,7 @@ class Context
|
||||
$handler = [ $this,$handler ];
|
||||
}
|
||||
// Add the command to the command list
|
||||
$this->addCommand($handler);
|
||||
$this->addCommand($command, $handler);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user