// Update image when updated

This commit is contained in:
Jerome Nadaud
2013-10-18 17:41:36 +02:00
parent 0599d4f056
commit 964f546b0b
3 changed files with 27 additions and 1 deletions
@@ -752,6 +752,11 @@ class AdminManufacturersControllerCore extends AdminController
(int)$image_type['height']
);
}
$current_logo_file = _PS_TMP_IMG_DIR_.'manufacturer_mini_'.$id_manufacturer.'_'.$this->context->shop->id.'.jpg';
if ($res && file_exists($current_logo_file))
unlink($current_logo_file);
}
if (!$res)
@@ -759,7 +764,7 @@ class AdminManufacturersControllerCore extends AdminController
return $res;
}
protected function beforeDelete($object)
{
return true;