[-] BO : Attributes can now be deleted in Catalogue : Attributes and Groups
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11768 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -717,8 +717,9 @@ class AdminControllerCore extends Controller
|
||||
$this->_errors = array_unique($this->_errors);
|
||||
if (count($this->_errors) > 0)
|
||||
return;
|
||||
|
||||
return $object;
|
||||
if (isset($object))
|
||||
return $object;
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user