pass $dms->getRootFolder() to DocumentChooser

This commit is contained in:
Uwe Steinmann 2020-12-18 10:18:55 +01:00
parent 6da57affb0
commit 7d37ef3ae2

View File

@ -1299,7 +1299,7 @@ $(document).ready(function() {
$content .= $this->getModalBoxLink(
array(
'target' => 'docChooser'.$formid,
'remote' => "../out/out.DocumentChooser.php?form=".$formid."&folderid=".$this->params['rootfolderid'],
'remote' => "../out/out.DocumentChooser.php?form=".$formid."&folderid=".$this->params['dms']->getRootFolder()->getId(),
'title' => getMLText('document')
));
$content .= "</div>\n";