//small fix

This commit is contained in:
vAugagneur
2012-08-06 12:40:55 +00:00
parent e728f6ef06
commit 7a0946fe3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ class ImageCore extends ObjectModel
* Delete the product image from disk and remove the containing folder if empty
* Handles both legacy and new image filesystems
*/
public function deleteImage()
public function deleteImage($force_delete = false)
{
if (!$this->id)
return false;