// Some fix after merge

This commit is contained in:
rMalie
2011-07-28 13:03:43 +00:00
parent c17e7c236d
commit 2aa6b88d7e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ class ProductControllerCore extends FrontController
'ecotax_tax_exc' => Tools::ps_round($this->product->ecotax, 2),
'ecotaxTax_rate' => $ecotax_rate,
'homeSize' => Image::getSize('home'),
'product_manufacturer' => new Manufacturer((int)$this->product->id_manufacturer, $context->language->id),
'product_manufacturer' => new Manufacturer((int)$this->product->id_manufacturer, $this->context->language->id),
'token' => Tools::getToken(false),
'productPriceWithoutEcoTax' => (float)$productPriceWithoutEcoTax,
'features' => $features,