diff --git a/include/category.php b/include/category.php index 87f8c9d..8b7713e 100644 --- a/include/category.php +++ b/include/category.php @@ -171,7 +171,7 @@ class Category { $oCat->sName = 'Main'; $aCats = array($oCat); - $aCats += $oCat->getSubCatList(1); + $aCats = array_merge($aCats, $oCat->getSubCatList(1)); return $aCats; }