mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
NavigationItem: Add missing return keyword in method render()
refs #5600
This commit is contained in:
parent
a930ea7f7a
commit
7adfc58878
@ -667,7 +667,7 @@ class NavigationItem implements IteratorAggregate
|
||||
*/
|
||||
public function render()
|
||||
{
|
||||
$this->getRenderer()->setItem($this)->render();
|
||||
return $this->getRenderer()->setItem($this)->render();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user