diff --git a/views/blue/class.AddMultiDocument.php b/views/blue/class.AddMultiDocument.php index d42a78f3c..b8555a908 100644 --- a/views/blue/class.AddMultiDocument.php +++ b/views/blue/class.AddMultiDocument.php @@ -38,7 +38,7 @@ class SeedDMS_View_AddMultiDocument extends SeedDMS_Blue_Style { $this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName())))); $this->globalNavigation($folder); - $this->pageNavigation($this->getFolderPathHTML($folder, true), "view_folder", $folder); + $this->pageNavigation(getFolderPathHTML($folder, true), "view_folder", $folder); ?>