// Fix bulk deletion of attributes
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13327 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2413,6 +2413,7 @@ class AdminControllerCore extends Controller
|
||||
if (is_array($this->boxes) && !empty($this->boxes))
|
||||
{
|
||||
$object = new $this->className();
|
||||
|
||||
if (isset($object->noZeroObject))
|
||||
{
|
||||
$objects_count = count(call_user_func(array($this->className, $object->noZeroObject)));
|
||||
|
||||
Reference in New Issue
Block a user