Skip to content

Commit

Permalink
Merge pull request phalcon#500 from tmihalik/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Phalcon committed Mar 21, 2013
2 parents 63e562b + d4a546c commit 23ff00b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ext/mvc/model/validator/stringlength.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
+------------------------------------------------------------------------+
| Phalcon Framework |
Expand Down Expand Up @@ -56,8 +55,8 @@
* 'field' => 'name_last',
* 'max' => 50,
* 'min' => 2,
* 'messageMaximum' => 'We don't like really long names',
* 'messageMinimum' => 'We want more than just their initials'
* 'messageMaximum' => 'We don\'t like really long names',
* 'messageMinimum' => 'We want more than just their initials'
* )));
* if ($this->validationHasFailed() == true) {
* return false;
Expand Down

0 comments on commit 23ff00b

Please sign in to comment.