From a803adedd37f5f30beca3974fdaf2c697997e04b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 26 Jun 2018 07:24:18 +0200 Subject: [PATCH] call getFileChooser() instead of printFileChooser() --- views/bootstrap/class.UpdateDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.UpdateDocument.php b/views/bootstrap/class.UpdateDocument.php index 996488ef3..c9d5cd392 100644 --- a/views/bootstrap/class.UpdateDocument.php +++ b/views/bootstrap/class.UpdateDocument.php @@ -221,7 +221,7 @@ console.log(element); formField( getMLText("local_file"), - $enablelargefileupload ? $this->getFineUploaderHtml() : $this->printFileChooser('userfile', false) + $enablelargefileupload ? $this->getFineUploaderHtml() : $this->getFileChooser('userfile', false) ); if($dropfolderdir) { $this->formField(