From 1c7553679121054f24b7d3d01cfe56159adb5998 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 4 Feb 2019 15:17:18 +0100 Subject: [PATCH] fix wrong name for review file in form --- views/bootstrap/class.ReviewDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.ReviewDocument.php b/views/bootstrap/class.ReviewDocument.php index ebf71f670..8937e40a4 100644 --- a/views/bootstrap/class.ReviewDocument.php +++ b/views/bootstrap/class.ReviewDocument.php @@ -143,7 +143,7 @@ $(document).ready(function() { ); $this->formField( getMLText("review_file"), - $this->getFileChooserHtml('review_file', false) + $this->getFileChooserHtml('reviewfile', false) ); $options = array(); if($reviewStatus['status'] != 1)