fix wrong name for review file in form

This commit is contained in:
Uwe Steinmann 2019-02-04 15:17:18 +01:00
parent fdb848d5bb
commit 1c75536791

View File

@ -143,7 +143,7 @@ $(document).ready(function() {
); );
$this->formField( $this->formField(
getMLText("review_file"), getMLText("review_file"),
$this->getFileChooserHtml('review_file', false) $this->getFileChooserHtml('reviewfile', false)
); );
$options = array(); $options = array();
if($reviewStatus['status'] != 1) if($reviewStatus['status'] != 1)