mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
commit
8de70cacc0
|
@ -278,7 +278,11 @@ function folderSelected(id, name) {
|
|||
echo "</div>";
|
||||
}
|
||||
|
||||
$this->contentHeading(getMLText("folder_contents"));
|
||||
$txt = $this->callHook('listHeader', $folder);
|
||||
if(is_string($txt))
|
||||
echo $txt;
|
||||
else
|
||||
$this->contentHeading(getMLText("folder_contents"));
|
||||
|
||||
$subFolders = $folder->getSubFolders($orderby);
|
||||
$subFolders = SeedDMS_Core_DMS::filterAccess($subFolders, $user, M_READ);
|
||||
|
|
Loading…
Reference in New Issue
Block a user