Skip to content

Commit

Permalink
MINOR Fixed returns of Form->unsetValidator()
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Apr 17, 2012
1 parent 6bee103 commit ee70e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms/Form.php
Expand Up @@ -479,6 +479,7 @@ public function setValidator( Validator $validator ) {
*/ */
public function unsetValidator(){ public function unsetValidator(){
$this->validator = null; $this->validator = null;
return $this;
} }


/** /**
Expand Down

0 comments on commit ee70e0a

Please sign in to comment.