set $folder from view in documentInfos()

This commit is contained in:
Uwe Steinmann 2017-01-04 18:01:34 +01:00
parent de1f244235
commit aa624c88a3

View File

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