From f482c42db389d945b9224e781ad8014bb9b030b9 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 1 Dec 2020 18:24:55 +0100 Subject: [PATCH] pass 'asc' as order dir to hook searchHeaderList --- views/bootstrap/class.Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index b88d8a1dd..5ac7a1810 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -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 {