mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing todo message, as it is implemented correctly
This commit is contained in:
parent
597643cd0c
commit
2f0598b5c4
1 changed files with 0 additions and 1 deletions
|
@ -719,7 +719,6 @@ class FormHelper extends AppHelper {
|
|||
} 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'])
|
||||
|
|
Loading…
Reference in a new issue