diff --git a/forms/Form.php b/forms/Form.php index 2ad6cfbf6..2ce2e89e2 100644 --- a/forms/Form.php +++ b/forms/Form.php @@ -1366,7 +1366,7 @@ class Form extends RequestHandler { . " value=\"" . $this->FormAction() . "\" />\n"; $content .= "FormName() . "\" />\n"; $content .= "FormMethod() . "\" />\n"; - $content .= "FormEncType() . "\" />\n"; + $content .= "getEncType() . "\" />\n"; return $content; }