// 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:
tDidierjean
2012-02-14 17:34:08 +00:00
parent 3bf25c8205
commit 8897f81335
3 changed files with 26 additions and 1 deletions
+1
View File
@@ -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)));