diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-01-29 14:07:15 -0800 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-29 14:07:15 -0800 | 
| commit | 3e2adae95385295ca6dfe1c5ff1c36c18ca0aab2 (patch) | |
| tree | 38bb03c36b329d9bd075cc8c0f85302e66a63e84 /modules/comment/models/comment.php | |
| parent | 45cdac973d35de083875ed966ac687b805d60e7f (diff) | |
| parent | c4e360431564627003e4c7864b5dd5a07297e91e (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/comment/models/comment.php')
| -rw-r--r-- | modules/comment/models/comment.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/models/comment.php b/modules/comment/models/comment.php index 8be022b5..add15ce8 100644 --- a/modules/comment/models/comment.php +++ b/modules/comment/models/comment.php @@ -56,7 +56,7 @@ class Comment_Model extends ORM {    /**     * Add some custom per-instance rules.     */ -  public function validate($array=null) { +  public function validate(Validation $array=null) {      // validate() is recursive, only modify the rules on the outermost call.      if (!$array) {        $this->rules = array(  | 
