Skip to content

Commit

Permalink
Merge pull request #1398 from sjinks/issue-1397
Browse files Browse the repository at this point in the history
Fix #1397
  • Loading branch information
Phalcon committed Oct 19, 2013
2 parents d3ed354 + 4ef1a02 commit 2bc80a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/validation/validator/identical.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*use Phalcon\Validation\Validator\Identical;
*
*$validator->add('terms', new Identical(array(
* 'accepted' => 'yes',
* 'value' => 'yes',
* 'message' => 'Terms and conditions must be accepted'
*)));
*</code>
Expand Down

0 comments on commit 2bc80a1

Please sign in to comment.