Merge branch 'seeddms-5.0.x' into seeddms-5.1.x

This commit is contained in:
Uwe Steinmann 2017-03-14 06:53:08 +01:00
commit caead74c9a

View File

@ -310,9 +310,11 @@ function folderSelected(id, name) {
}
}
$txt = $this->callHook('folderListSeparator', $folder);
if(is_string($txt))
echo $txt;
if($subFolders && $documents) {
$txt = $this->callHook('folderListSeparator', $folder);
if(is_string($txt))
echo $txt;
}
foreach($documents as $document) {
$document->verifyLastestContentExpriry();