[-] Installer : deprecated tab removed in the 1.4 > 1.5 upgrade #PSCFV-3564

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16766 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-08 13:47:01 +00:00
parent 1f1a6ff898
commit 8157f836a3
3 changed files with 7 additions and 4 deletions
@@ -1088,7 +1088,6 @@ class AdminModulesControllerCore extends AdminController
$tpl_vars['nameCountryDefault'] = Country::getNameById($this->context->language->id, Configuration::get('PS_COUNTRY_DEFAULT'));
$tpl_vars['isoCountryDefault'] = $this->iso_default_country;
$tpl_vars['addonsUrl'] = 'index.php?tab=AdminAddonsMyAccount&token='.Tools::getAdminTokenLite('AdminAddonsMyAccount');
$tpl_vars['categoryFiltered'] = $categoryFiltered;
$tpl_vars['modules'] = $modules;