From 4e2854bb08388957e4142ef7bbfd9d63de52f937 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Mon, 7 May 2012 11:13:55 +1200 Subject: [PATCH] MINOR Must follow parents signature --- code/formfields/SubmittedFormReportField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/formfields/SubmittedFormReportField.php b/code/formfields/SubmittedFormReportField.php index 5091d3f..7b24597 100755 --- a/code/formfields/SubmittedFormReportField.php +++ b/code/formfields/SubmittedFormReportField.php @@ -7,7 +7,7 @@ class SubmittedFormReportField extends FormField { - public function Field() { + public function Field($properties = array()) { Requirements::css(FRAMEWORK_DIR . "/css/SubmittedFormReportField.css"); Requirements::javascript("userforms/javascript/UserForm.js"); return $this->renderWith("SubmittedFormReportField");