call parent::show

This commit is contained in:
Uwe Steinmann 2013-04-18 22:20:28 +02:00
parent 945c03a8c3
commit 7edf2cef00
2 changed files with 2 additions and 0 deletions

View File

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

View File

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