Skip to content

Commit

Permalink
Removing todo message, as it is implemented correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo authored and markstory committed Oct 22, 2009
1 parent 597643c commit 2f0598b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/view/helpers/form.php
Expand Up @@ -719,7 +719,6 @@ function input($fieldName, $options = array()) {
} elseif (is_array($div)) {
$divOptions = array_merge($divOptions, $div);
}
/* FIX: To have a validation rule does not mean that it is required */
if (
isset($this->fieldset[$this->model()]) &&
in_array($this->field(), $this->fieldset[$this->model()]['validates'])
Expand Down

0 comments on commit 2f0598b

Please sign in to comment.