diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index ba092dd7b..c8cef1fc5 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1058,12 +1058,12 @@ function folderSelected(id, name) { printDocumentChooserHtml($formName, $accessMode, $exclude, $default, $formName, $folder, $partialtree); + function printDocumentChooser($form, $accessMode=M_READ, $exclude = -1, $default = false, $formname = '', $folder='', $partialtree=0) { /* {{{ */ + $this->printDocumentChooserHtml($form, $accessMode, $exclude, $default, $formname, $folder, $partialtree); ?>