Skip to content

Commit

Permalink
Update lib/Cake/View/Helper/FormHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
daVinciWanaB committed Sep 18, 2012
1 parent d6e2b6f commit 990d5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/FormHelper.php
Expand Up @@ -260,7 +260,7 @@ protected function _isRequiredField($validationRules) {
* Returns false if given form field described by the current entity has no errors.
* Otherwise it returns the validation message
*
* @return mixed Either false when there or no errors, or an array of error
* @return mixed Either false when there are no errors, or an array of error
* strings. An error string could be ''.
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#FormHelper::tagIsInvalid
*/
Expand Down

0 comments on commit 990d5f8

Please sign in to comment.