diff --git a/views/bootstrap/class.AddFile.php b/views/bootstrap/class.AddFile.php index b8def5026..018d38369 100644 --- a/views/bootstrap/class.AddFile.php +++ b/views/bootstrap/class.AddFile.php @@ -42,7 +42,7 @@ class SeedDMS_View_AddFile extends SeedDMS_Bootstrap_Style { $this->htmlStartPage(getMLText("document_title", array("documentname" => htmlspecialchars($document->getName())))); $this->globalNavigation($folder); $this->contentStart(); - $this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document"); + $this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document); ?>