// Fix #PSTEST-424

This commit is contained in:
rMalie
2012-02-09 17:13:49 +00:00
parent 2d5b730c7d
commit c7d5e920a6
+1 -1
View File
@@ -186,7 +186,7 @@ class AdminTabsControllerCore extends AdminController
$this->addRowAction('delete');
$this->addRowAction('details');
$this->_where = 'AND a.`id_parent` = 0';
$this->_where = 'AND a.`id_parent` = 0 OR a.id_parent = -1';
$this->_orderBy = 'position';
return parent::renderList();