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

This commit is contained in:
Uwe Steinmann 2017-03-24 09:18:11 +01:00
commit da5dc944e7

View File

@ -552,7 +552,7 @@ $(document).ready( function() {
$this->pageList($pageNumber, $totalpages, "../out/out.Search.php", $urlparams);
// $this->contentContainerStart();
$txt = $this->callHook('searchListHeader', $folder, $orderby);
$txt = $this->callHook('searchListHeader', $folder, '');
if(is_string($txt))
echo $txt;
else {