mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
Renderer: always preserve config property
This commit is contained in:
parent
f382102cfc
commit
8ef7bdbfb4
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ abstract class Renderer extends Html
|
|||
*/
|
||||
public function setBaseUrl(Url $url)
|
||||
{
|
||||
$this->baseUrl = $url->without(array('config', 'node', 'path'));
|
||||
$this->baseUrl = $url->without(array('node', 'path'));
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue