mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-03 13:43:35 -04:00
Make Navigation::findItem() public
We need this method public for the navigation dashbaord.
This commit is contained in:
parent
21dbe4ec47
commit
e7ca817e81
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class Navigation implements ArrayAccess, Countable, IteratorAggregate
|
|||
*
|
||||
* @return NavigationItem
|
||||
*/
|
||||
protected function findItem($name)
|
||||
public function findItem($name)
|
||||
{
|
||||
$item = $this->getItem($name);
|
||||
if ($item !== null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue