Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Bertrand committed Oct 8, 2014
1 parent 3c5a4db commit d826c12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/Zend/Form/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,12 @@ protected function prepareValidationGroup(FieldsetInterface $formOrFieldset, arr
}

$value = $values;
} else {
if (!isset($data[$key])) {
$data[$key] = array();
}
$this->prepareValidationGroup($fieldset, $data[$key], $validationGroup[$key]);
}

if (!isset($data[$key])) {
$data[$key] = array();
}
$this->prepareValidationGroup($fieldset, $data[$key], $validationGroup[$key]);
}
}

Expand Down

0 comments on commit d826c12

Please # to comment.