From ee613233db15d3023750e5a02f33ebd7bb796a1a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 17 Feb 2016 11:12:19 +0100 Subject: [PATCH] add missing arguments to printDocumentChooser() --- views/bootstrap/class.Bootstrap.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index dd4193420..881c60957 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1052,15 +1052,15 @@ modalDocChooser = $('#docChooser') function documentSelected(id, name) { $('#docid').val(id); $('#choosedocsearch').val(name); - modalDocChooser.modal('hide'); + modalDocChooser.modal('hide'); } -function folderSelected(id, name) { +function folderSelected(id, name) { } printDocumentChooserHtml($formName); + function printDocumentChooser($formName, $accessMode=M_READ, $exclude = -1, $default = false, $formname = '', $folder='', $partialtree=0) { /* {{{ */ + $this->printDocumentChooserHtml($formName, $accessMode, $exclude, $default, $formName, $folder, $partialtree); ?>