From 77ddceff5c0f45dec5513c92e9fafbd21142a91f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 13 Jun 2013 19:07:59 +0200 Subject: [PATCH] do not call getFolderPathHTML as a method of the view class --- views/blue/class.AddMultiDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ?>