call getFileChooser() instead of printFileChooser()

This commit is contained in:
Uwe Steinmann 2018-06-26 07:24:18 +02:00
parent 68c64df436
commit a803adedd3

View File

@ -221,7 +221,7 @@ console.log(element);
<?php
$this->formField(
getMLText("local_file"),
$enablelargefileupload ? $this->getFineUploaderHtml() : $this->printFileChooser('userfile', false)
$enablelargefileupload ? $this->getFineUploaderHtml() : $this->getFileChooser('userfile', false)
);
if($dropfolderdir) {
$this->formField(