MDL-10382 new fix, I hope it works now

This commit is contained in:
skodak
2007-07-12 07:57:26 +00:00
parent 15a11fe3aa
commit 943e3dcdd2
+3
View File
@@ -1246,6 +1246,9 @@ function validate_' . $this->_formName . '(frm) {
function _getElNamesRecursive($element, $group=null){
if ($group==null){
if (!$this->elementExists($element)) {
return array();
}
$el = $this->getElement($element);
} else {
$el = &$element;