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