From c522f284974804086aa4fb53c33607e698e5fde6 Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 26 Nov 2010 08:31:08 +0000 Subject: [PATCH] - getFolder() is now a methode of class LetoDMS_DMS --- out/out.ManageNotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/out/out.ManageNotify.php b/out/out.ManageNotify.php index e3f938c79..4b32a2c52 100644 --- a/out/out.ManageNotify.php +++ b/out/out.ManageNotify.php @@ -81,7 +81,7 @@ function printFolderNotificationList($ret,$deleteaction=true) print "".getMLText("actions")."\n"; print "\n\n"; foreach($ret as $ID) { - $fld = getFolder($ID); + $fld = $dms->getFolder($ID); if (is_object($fld)) { $owner = $fld->getOwner(); print "";