@@ -166,7 +166,7 @@ |
||
166 | 166 | } |
167 | 167 | closedir($dir); |
168 | 168 | } |
169 | - uasort($menuItems, function ($left, $right) { |
|
169 | + uasort($menuItems, function($left, $right) { |
|
170 | 170 | if (!empty($left['order'])) { |
171 | 171 | if (!empty($right['order'])) { |
172 | 172 | return $left['order'] - $right['order']; |