mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
6b13f2a987
commit
21180e2fd4
@ -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…
x
Reference in New Issue
Block a user