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

This commit is contained in:
Uwe Steinmann 2017-03-14 06:39:04 +01:00
commit 7dba8be1e3

View File

@ -310,6 +310,10 @@ function folderSelected(id, name) {
}
}
$txt = $this->callHook('folderListSeparator', $folder);
if(is_string($txt))
echo $txt;
foreach($documents as $document) {
$document->verifyLastestContentExpriry();
$txt = $this->callHook('documentListItem', $document, $previewer, 'viewfolder');