mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
call getFileChooser() instead of printFileChooser()
This commit is contained in:
parent
68c64df436
commit
a803adedd3
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user