MINOR Fixed returns of Form->unsetValidator()

This commit is contained in:
Ingo Schommer 2012-04-16 22:04:28 +02:00
parent 6bee103d14
commit ee70e0a5b7

View File

@ -479,6 +479,7 @@ class Form extends RequestHandler {
*/
public function unsetValidator(){
$this->validator = null;
return $this;
}
/**