[-] CORE : fixed bug #PSCFV-4148 #PSCFV-4218 #PSCFV-4217

This commit is contained in:
vAugagneur
2012-09-20 09:50:35 +00:00
parent 7aacb7cc5a
commit d0ca9bc0c1
@@ -519,7 +519,7 @@ class AdminCategoriesControllerCore extends AdminController
public function processForceDeleteImage()
{
$category = $this->loadObject();
$category = $this->loadObject(true);
if (Validate::isLoadedObject($category))
$category->deleteImage(true);
}