- getFolder() is now a methode of class LetoDMS_DMS

This commit is contained in:
steinm 2010-11-26 08:31:08 +00:00
parent 72defaaacf
commit c522f28497

View File

@ -81,7 +81,7 @@ function printFolderNotificationList($ret,$deleteaction=true)
print "<th>".getMLText("actions")."</th>\n";
print "</tr></thead>\n<tbody>\n";
foreach($ret as $ID) {
$fld = getFolder($ID);
$fld = $dms->getFolder($ID);
if (is_object($fld)) {
$owner = $fld->getOwner();
print "<tr class=\"folder\">";