// fix tab display and subtabbing

This commit is contained in:
mMarinetti
2011-09-23 15:45:09 +00:00
parent 178f3c7561
commit c21c00f350
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ class TabCore extends ObjectModel
$tabs[]= $adminTab;
if ($adminTab['id_parent'] > 0)
{
$tabs[] = Tab::recursiveTab($adminTab['id_parent'], $tabs);
$tabs = Tab::recursiveTab($adminTab['id_parent'], $tabs);
}
return $tabs;
}