PHP Warning: Undefined array key "icons" in gin_toolbar_custom_menu_toolbar_menu_navigation_links() (line 58...

Created on 24 July 2024, 5 months ago

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;
🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇭🇺Hungary tikaszvince

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024