This commit is contained in:
Vincent Augagneur
2013-09-03 15:13:05 +02:00
parent dca6e39feb
commit b840f28137
@@ -86,12 +86,12 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
$id = Tools::getValue('module');
}
$action = Context::getContext()->link->getAdminLink('AdminStatsTab');
$action .= ($action && $table ? '&'.Tools::safeOutput($action) : '');
$action = Context::getContext()->link->getAdminLink('AdminStats');
$action .= ($action && $table ? '&'.Tools::safeOutput($action) : '');
$action .= ($identifier && $id ? '&'.Tools::safeOutput($identifier).'='.(int)$id : '');
$action .= ($module = Tools::getValue('module') ? '&module='.Tools::safeOutput($module) : '');
$module = Tools::getValue('module');
$action .= ($module ? '&module='.Tools::safeOutput($module) : '');
$action .= ($id_product = Tools::getValue('id_product') ? '&id_product='.Tools::safeOutput($id_product) : '');
$tpl->assign(array(
'current' => self::$currentIndex,
'token' => $token,