mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
commit
b84a170be1
@ -420,7 +420,7 @@ class FormField extends RequestHandler {
|
||||
* Returns $this.
|
||||
*/
|
||||
function setValue($value) {
|
||||
$this->value = $value; return $this;
|
||||
$this->value = $value;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user