mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
commit
caead74c9a
|
@ -310,9 +310,11 @@ function folderSelected(id, name) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$txt = $this->callHook('folderListSeparator', $folder);
|
if($subFolders && $documents) {
|
||||||
if(is_string($txt))
|
$txt = $this->callHook('folderListSeparator', $folder);
|
||||||
echo $txt;
|
if(is_string($txt))
|
||||||
|
echo $txt;
|
||||||
|
}
|
||||||
|
|
||||||
foreach($documents as $document) {
|
foreach($documents as $document) {
|
||||||
$document->verifyLastestContentExpriry();
|
$document->verifyLastestContentExpriry();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user