From b717ddd71d7c6d750ed22e312e4301247f0baec8 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 10 Nov 2011 15:49:35 +0000 Subject: [PATCH] // assigned missing var in combination --- controllers/admin/AdminProductsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index fc7ea2e8c..6f0c866e4 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -2883,6 +2883,7 @@ if (false) $content .= ''.$this->l('You must save this product before adding combinations').'.'; // @todo $smarty->assign('up_filename', strval(Tools::getValue('virtual_product_filename_attribute'))); + $this->context->smarty->assign($this->tpl_form_vars); $this->context->smarty->assign(array( 'content' => $content, 'product' => $product,