mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed returns of Form->unsetValidator()
This commit is contained in:
parent
6bee103d14
commit
ee70e0a5b7
@ -479,6 +479,7 @@ class Form extends RequestHandler {
|
|||||||
*/
|
*/
|
||||||
public function unsetValidator(){
|
public function unsetValidator(){
|
||||||
$this->validator = null;
|
$this->validator = null;
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user