// forgot to normalize this node

This commit is contained in:
djfm
2015-09-11 10:32:11 +02:00
parent 2776a38764
commit 247574ab9d
+1 -1
View File
@@ -688,7 +688,7 @@ class Blocktopmenu extends Module implements WidgetInterface
$nodes = []; $nodes = [];
foreach ($categories as $key => $category) { foreach ($categories as $key => $category) {
$node = []; $node = $this->makeNode([]);
if ($category['level_depth'] > 1) { if ($category['level_depth'] > 1) {
$cat = new Category($category['id_category']); $cat = new Category($category['id_category']);