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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17431 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-20 09:50:35 +00:00
parent f35027b4fd
commit 3451d9d010
@@ -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);
}