//fix for 1.5.2.0

This commit is contained in:
vAugagneur
2012-10-22 12:41:28 +00:00
parent f38ef7b915
commit fc94b42d7d
20 changed files with 266 additions and 187 deletions

View File

@@ -66,9 +66,6 @@ class AdminTrackingControllerCore extends AdminController
$this->clearListOptions();
$this->content .= call_user_func(array($this,$matches[0]));
}
$this->content .= $this->getCustomListProductsDisabled();
$this->context->smarty->assign(array(
'content' => $this->content,
'url_post' => self::$currentIndex.'&token='.$this->token,