mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 04:44:25 +02:00
Make Navigation::findItem() public
We need this method public for the navigation dashbaord.
This commit is contained in:
parent
21dbe4ec47
commit
e7ca817e81
@ -363,7 +363,7 @@ class Navigation implements ArrayAccess, Countable, IteratorAggregate
|
|||||||
*
|
*
|
||||||
* @return NavigationItem
|
* @return NavigationItem
|
||||||
*/
|
*/
|
||||||
protected function findItem($name)
|
public function findItem($name)
|
||||||
{
|
{
|
||||||
$item = $this->getItem($name);
|
$item = $this->getItem($name);
|
||||||
if ($item !== null) {
|
if ($item !== null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user