mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
parent
274a0c8a09
commit
7d167d0191
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class Action extends NavigationItem
|
|||
public function getUrl()
|
||||
{
|
||||
$url = parent::getUrl();
|
||||
if (! $this->resolved) {
|
||||
if (! $this->resolved && $url !== null) {
|
||||
$this->setUrl(Macro::resolveMacros($url->getAbsoluteUrl(), $this->getObject()));
|
||||
$this->resolved = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue