[-] BO : fixed bug #PSCFV-3439 part2

This commit is contained in:
vAugagneur
2012-08-06 10:14:41 +00:00
parent 44e0052306
commit fcf4a2ef0a
3 changed files with 48 additions and 4 deletions
+2 -2
View File
@@ -1220,12 +1220,12 @@ abstract class ObjectModelCore
*
* @return bool success
*/
public function deleteImage()
public function deleteImage($force_delete = false)
{
if (!$this->id)
return false;
if (!$this->hasMultishopEntries())
if ($force_delete || !$this->hasMultishopEntries())
{
/* Deleting object images and thumbnails (cache) */
if ($this->image_dir)