mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-21 19:06:29 +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;
|
continue;
|
||||||
}
|
}
|
||||||
foreach ($this->getModuleCommands($child) as $command) {
|
foreach ($this->getModuleCommands($child) as $command) {
|
||||||
$commands[] = $prefix . $id . '/' . $command;
|
$commands[] = $command;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user