mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-02 04:13:34 +00:00
set $folder from view in documentInfos()
This commit is contained in:
parent
de1f244235
commit
aa624c88a3
|
|
@ -172,6 +172,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
function documentInfos() { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$folder = $this->params['folder'];
|
||||
$document = $this->params['document'];
|
||||
$checkoutdir = $this->params['checkOutDir'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user