// Fix bulk deletion of attributes

This commit is contained in:
tDidierjean
2012-02-14 17:34:08 +00:00
parent 6e1a031163
commit ca772b3b92
3 changed files with 26 additions and 1 deletions

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)));