Skip to content

Commit

Permalink
Merge pull request #854 from daVinciWanaB/patch-6
Browse files Browse the repository at this point in the history
Update lib/Cake/View/Helper/FormHelper.php
  • Loading branch information
ADmad committed Sep 18, 2012
2 parents d6e2b6f + 990d5f8 commit 82a1194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/FormHelper.php
Original file line number Diff line number Diff line change
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 82a1194

Please sign in to comment.