Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
3cbf504aed |
@ -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