// Added HelperList, AdminAddressController, and fixed subtab display

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8858 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-09-28 16:32:42 +00:00
parent 36088f9e6c
commit bf3736c820
10 changed files with 1846 additions and 32 deletions
@@ -27,11 +27,5 @@
class AdminToolsControllerCore extends AdminController
{
public function __construct()
{
$this->className = 'AdminTools';
parent::__construct();
}
}