diff --git a/code/Control/UserDefinedFormAdmin.php b/code/Control/UserDefinedFormAdmin.php index 3451d57d..c07ae30a 100644 --- a/code/Control/UserDefinedFormAdmin.php +++ b/code/Control/UserDefinedFormAdmin.php @@ -135,7 +135,7 @@ public function confirmfolderformschema(HTTPRequest $request) } // create the schema response - $parts = $this->getRequest()->getHeader(FormSchemaController::SCHEMA_HEADER); + $parts = $this->getRequest()->getHeader(FormSchema::SCHEMA_HEADER); $schemaID = $this->getRequest()->getURL(); $data = FormSchema::singleton()->getMultipartSchema($parts, $schemaID, $form);