do not call getFolderPathHTML as a method of the view class

This commit is contained in:
Uwe Steinmann 2013-06-13 19:07:59 +02:00
parent 4d91a2be7d
commit 77ddceff5c

View File

@ -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);
?>
<script language="JavaScript">