mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-04 14:13:11 -04:00
parent
6b13f2a987
commit
21180e2fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ class NavigationItem implements IteratorAggregate
|
|||
public function conflictsWith(NavigationItem $item)
|
||||
{
|
||||
if (! $item instanceof $this) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
if ($this->getUrl() === null || $item->getUrl() === null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue