We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was a problem with getItemListsAtDepth(2). When reached to this method:
getItemListsAtDepth(2)
Menu::handler('admin')->getItemListsAtDepth(2)->addClass("nav nav-second-level collapse");
its make * ItemList.php line 463* problem
Undefined offset: 2
Because there is no item lists at depth 2. But this completely stop application. I think its should return empty ItemList
The text was updated successfully, but these errors were encountered:
Interesting, will look into this, thanks for reporting
Sorry, something went wrong.
e1466ac
https://github.com/vespakoen/menu/releases/tag/3.0.3
There you go!
Thank you so much 👍
No branches or pull requests
There was a problem with
getItemListsAtDepth(2)
. When reached to this method:its make * ItemList.php line 463* problem
Because there is no item lists at depth 2. But this completely stop application. I think its should return empty ItemList
The text was updated successfully, but these errors were encountered: