Fixed bug in addCommands
This commit is contained in:
parent
612e8d06c0
commit
3cbf504aed
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user