diff --git a/views/bootstrap/class.RemoveDocument.php b/views/bootstrap/class.RemoveDocument.php index e478ceb9f..cd137e51d 100644 --- a/views/bootstrap/class.RemoveDocument.php +++ b/views/bootstrap/class.RemoveDocument.php @@ -32,6 +32,7 @@ require_once("class.Bootstrap.php"); class SeedDMS_View_RemoveDocument extends SeedDMS_Bootstrap_Style { function show() { /* {{{ */ + parent::show(); $dms = $this->params['dms']; $user = $this->params['user']; $folder = $this->params['folder']; diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 9318f9ff0..fd43628ee 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -72,6 +72,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { } /* }}} */ function show() { /* {{{ */ + parent::show(); $dms = $this->params['dms']; $user = $this->params['user']; $folder = $this->params['folder'];