mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
6b13f2a987
commit
21180e2fd4
@ -597,7 +597,7 @@ class NavigationItem implements IteratorAggregate
|
|||||||
public function conflictsWith(NavigationItem $item)
|
public function conflictsWith(NavigationItem $item)
|
||||||
{
|
{
|
||||||
if (! $item instanceof $this) {
|
if (! $item instanceof $this) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->getUrl() === null || $item->getUrl() === null) {
|
if ($this->getUrl() === null || $item->getUrl() === null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user