- Issue created by @tikaszvince
- Status changed to Needs review
5 months ago 6:39am 25 July 2024 - Status changed to Fixed
3 months ago 1:19pm 23 September 2024
After I configured a menu for specific role I got this PHP warning:
Warning: Undefined array key "icons" in gin_toolbar_custom_menu_toolbar_menu_navigation_links() (line 58 of modules/contrib/gin_toolbar_custom_menu/gin_toolbar_custom_menu.module).
Proposed solution
Change line 58:
- $icons = $setting_to_apply['icons']; + $icons = $setting_to_apply['icons'] ?? NULL;
Active
1.0
Code