// Retro-compatibility fix of front controllers

This commit is contained in:
rMalie
2012-03-05 15:32:06 +00:00
parent 2db02b9ff7
commit 8a24c0a741
31 changed files with 62 additions and 31 deletions
+2 -1
View File
@@ -132,6 +132,8 @@ class ProductControllerCore extends FrontController
*/
public function initContent()
{
parent::initContent();
if (!$this->errors)
{
// Assign to the template the id of the virtual product. "0" if the product is not downloadable.
@@ -228,7 +230,6 @@ class ProductControllerCore extends FrontController
$this->context->smarty->assign('errors', $this->errors);
$this->setTemplate(_PS_THEME_DIR_.'product.tpl');
parent::initContent();
}
/**