// adding counter for short description and adding size of image files in AdminProductsController

This commit is contained in:
lLefevre
2011-12-13 15:31:17 +00:00
parent ad0a300af4
commit df60a82b0b
6 changed files with 62 additions and 5 deletions
@@ -2999,7 +2999,7 @@ class AdminProductsControllerCore extends AdminController
$data->assign('token', $this->token);
$data->assign('table', $this->table);
$data->assign('max_image_size', $this->max_image_size);
$data->assign('max_image_size', (int)Configuration::get('PS_PRODUCT_PICTURE_MAX_SIZE') / 1000);
$data->assign('up_filename', strval(Tools::getValue('virtual_product_filename_attribute')));
$data->assign('currency', $this->context->currency);