From 81f4c235d5e9b195a82837ba640b00c6e7b636ce Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 18 Nov 2010 10:26:47 +0000 Subject: [PATCH] - various global function have moved into LetoDMS_DMS --- out/out.DocumentNotify.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/out/out.DocumentNotify.php b/out/out.DocumentNotify.php index 5407eb5f6..39becd9b5 100644 --- a/out/out.DocumentNotify.php +++ b/out/out.DocumentNotify.php @@ -41,7 +41,7 @@ if (!is_object($document)) { } $folder = $document->getFolder(); -$docPathHTML = getFolderPathHTML($folder, true). " / ".$document->getName().""; +$docPathHTML = $folder->getFolderPathHTML($folder, true). " / ".$document->getName().""; if ($document->getAccessMode($user) < M_READ) { UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("access_denied")); @@ -120,7 +120,7 @@ print "\n";