call getFileChooser() instead of printFileChooser()

This commit is contained in:
Uwe Steinmann 2018-06-26 07:23:13 +02:00
parent 6b7994363e
commit 85e3a12e27

View File

@ -305,7 +305,7 @@ $(document).ready(function() {
);
$this->formField(
getMLText("local_file"),
$enablelargefileupload ? $this->getFineUploaderHtml() : $this->printFileChooser('userfile[]', false).($enablemultiupload ? '<a class="" id="new-file"><?php printMLtext("add_multiple_files") ?></a>' : '')
$enablelargefileupload ? $this->getFineUploaderHtml() : $this->getFileChooser('userfile[]', false).($enablemultiupload ? '<a class="" id="new-file"><?php printMLtext("add_multiple_files") ?></a>' : '')
);
if($dropfolderdir) {
$this->formField(