mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
pass 'asc' as order dir to hook searchHeaderList
This commit is contained in:
parent
132c643433
commit
f482c42db3
|
@ -535,7 +535,7 @@ foreach($facets as $facetname=>$values) {
|
|||
$this->pageList($pageNumber, $totalpages, "../out/out.Search.php", $urlparams);
|
||||
// $this->contentContainerStart();
|
||||
|
||||
$txt = $this->callHook('searchListHeader', $orderby, $orderdir);
|
||||
$txt = $this->callHook('searchListHeader', $orderby, 'asc');
|
||||
if(is_string($txt))
|
||||
echo $txt;
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user