mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
57ca11cb76
commit
4931418c03
@ -21,7 +21,8 @@ class DocController extends ModuleActionController
|
||||
$section = new SectionRenderer($parser->getDocTree(), SectionRenderer::decodeUrlParam($chapter));
|
||||
$this->view->section = $section
|
||||
->setUrl($url)
|
||||
->setUrlParams($urlParams);
|
||||
->setUrlParams($urlParams)
|
||||
->setHighlightSearch($this->params->get('highlight-search'));
|
||||
$this->view->title = $chapter;
|
||||
$this->render('chapter', null, true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user