From aa624c88a3ca4e7d96fe1adc614fa846a6bcb969 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 4 Jan 2017 18:01:34 +0100 Subject: [PATCH] set $folder from view in documentInfos() --- views/bootstrap/class.ViewDocument.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 87678892d..264d842ea 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -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'];