@@ -71,7 +71,7 @@ |
||
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | //Sort alphabetically de menu items |
| 74 | - usort($menuItems, function ($itemA, $itemB) { |
|
| 74 | + usort($menuItems, function($itemA, $itemB) { |
|
| 75 | 75 | return strcmp($itemA['name'], $itemB['name']); |
| 76 | 76 | }); |
| 77 | 77 | |