mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
2fa854b0a8
commit
65f0a4683f
@ -91,7 +91,7 @@ class ModuleController extends DocController
|
||||
$module = $this->params->getRequired('moduleName');
|
||||
$this->assertModuleInstalled($module);
|
||||
$moduleManager = Icinga::app()->getModuleManager();
|
||||
$name = $moduleManager->getModule($module)->getTitle();
|
||||
$name = $moduleManager->getModule($module, false)->getTitle();
|
||||
try {
|
||||
$this->renderToc(
|
||||
$this->getPath($module, Icinga::app()->getModuleManager()->getModuleDir($module, '/doc')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user