From 314906adf371d587e99fe4bf1a36a0555e6e172f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 17 Feb 2016 11:56:00 +0100 Subject: [PATCH] fix document chooser --- views/bootstrap/class.Bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); ?>