parent
588926a9f9
commit
2b20daa552
|
@ -170,6 +170,7 @@ class Zend_View_Helper_FormDataFilter extends Zend_View_Helper_FormElement
|
|||
}
|
||||
|
||||
if (substr($col, -7) === '.groups' && $dummy->supportsGroups()) {
|
||||
$type = substr($col, 0, -7);
|
||||
return $this->selectGroup($type, $filter);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue