mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-21 10:57:08 +08:00
Fixes #1227: help command displays invalid module command list
This commit is contained in:
@ -124,7 +124,7 @@ class HelpController extends Controller
|
||||
continue;
|
||||
}
|
||||
foreach ($this->getModuleCommands($child) as $command) {
|
||||
$commands[] = $prefix . $id . '/' . $command;
|
||||
$commands[] = $command;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user