mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
pass folder object and not id to printDocumentChooser()
This commit is contained in:
parent
85174c6f45
commit
6b1124c23f
|
@ -219,7 +219,7 @@ $(document).ready(function() {
|
|||
<?php if($libraryfolder) { ?>
|
||||
<tr>
|
||||
<td><?php printMLText("librarydoc");?>:</td>
|
||||
<td><?php $this->printDocumentChooser("form1", M_READ, -1, null, 'librarydoc', $libraryfolder->getID(), 1);?></td>
|
||||
<td><?php $this->printDocumentChooser("form1", M_READ, -1, null, 'librarydoc', $libraryfolder, 1);?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue
Block a user