mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
- getFolder() is now a methode of class LetoDMS_DMS
This commit is contained in:
parent
72defaaacf
commit
c522f28497
|
@ -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\">";
|
||||
|
|
Loading…
Reference in New Issue
Block a user