mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
document is not passed to show()
This commit is contained in:
parent
08291209fe
commit
91d15df661
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user