mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-09 22:13:05 -05:00
BpNode: tweak hasInfoUrl()
This commit is contained in:
parent
8bd1e10f95
commit
9c22289bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ class BpNode extends Node
|
|||
|
||||
public function hasInfoUrl()
|
||||
{
|
||||
return $this->url !== null;
|
||||
return ! empty($this->url);
|
||||
}
|
||||
|
||||
public function getInfoUrl()
|
||||
|
|
|
|||
Loading…
Reference in a new issue