mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
sf4, fix error with index 'icon' in menu
This commit is contained in:
@@ -115,7 +115,8 @@ class MenuComposer
|
||||
'order' => $order
|
||||
])
|
||||
->setExtras([
|
||||
'icon' => $route['icon'],
|
||||
//'icon' => $route['icon'],
|
||||
// sf4 check: commented to avoid error: `An exception has been thrown during the rendering of a template ("Notice: Undefined index: icon").`
|
||||
'order' => $order
|
||||
])
|
||||
;
|
||||
|
Reference in New Issue
Block a user