mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
get $dms from view in preview()
This commit is contained in:
parent
9319aabd3e
commit
cf597a4bed
|
@ -128,6 +128,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
} /* }}} */
|
||||
|
||||
function preview() { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$document = $this->params['document'];
|
||||
$timeout = $this->params['timeout'];
|
||||
$showfullpreview = $this->params['showFullPreview'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user