get $dms from view in preview()

This commit is contained in:
Uwe Steinmann 2016-12-22 07:54:07 +01:00
parent 9319aabd3e
commit cf597a4bed

View File

@ -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'];