mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-23 21:42:11 +00:00
pass $dms->getRootFolder() to DocumentChooser
This commit is contained in:
parent
6da57affb0
commit
7d37ef3ae2
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user