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