diff --git a/forms/FormField.php b/forms/FormField.php index 29d4f8130..bc7cb2f2d 100644 --- a/forms/FormField.php +++ b/forms/FormField.php @@ -420,7 +420,7 @@ class FormField extends RequestHandler { * Returns $this. */ function setValue($value) { - $this->value = $value; return $this; + $this->value = $value; return $this; }