[-] 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user