set $dms in preview()

This commit is contained in:
Uwe Steinmann 2017-01-04 17:14:45 +01:00
parent 7d8f4f54c0
commit 8b1b9fdb2a

View File

@ -313,6 +313,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'];