[-] BO : #PSFV-595 - Can't delete CMS Category.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13882 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-03-06 12:45:22 +00:00
parent 31a522abeb
commit 55b7a6bb52
@@ -118,7 +118,6 @@ class AdminCmsCategoriesControllerCore extends AdminController
$this->errors[] = Tools::displayError('You need at least one object.').' <b>'.$this->table.'</b><br />'.Tools::displayError('You cannot delete all of the items.');
else
{
$this->deleteImage($object->id);
if ($this->deleted)
{
$object->deleted = 1;