// I'm not sure as I've never had a look at how that works before ;)

This commit is contained in:
Kevin Granger
2013-07-31 21:17:03 +02:00
parent 50bdfb9a1a
commit e4878ba393
26 changed files with 769 additions and 648 deletions
@@ -108,9 +108,7 @@ class AdminTrackingControllerCore extends AdminController
AND a.`id_category` != '.(int)Category::getTopCategory()->id;
$this->tpl_list_vars = array('sub_title' => $this->l('List of empty categories:'));
return $this->renderList();
}