pass '' as orderby to hook searchListHeader()

This commit is contained in:
Uwe Steinmann 2017-03-24 09:17:24 +01:00
parent e584a7b1a5
commit 156354ac76

View File

@ -454,7 +454,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
$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 {