document is not passed to show()

This commit is contained in:
Uwe Steinmann 2013-02-26 08:22:11 +01:00
parent 08291209fe
commit 91d15df661

View File

@ -35,7 +35,6 @@ class SeedDMS_View_RemoveFolder extends SeedDMS_Blue_Style {
$dms = $this->params['dms'];
$user = $this->params['user'];
$folder = $this->params['folder'];
$document = $this->params['document'];
$this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName()))));
$this->globalNavigation($folder);