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

This commit is contained in:
dMetzger
2012-08-08 13:47:01 +00:00
parent a3092c2b0c
commit 2b6eb51d5c
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;