X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/6d0eb2079b21a5bd12a224524d96fff3f006b86e..a13a2967349d63044d655bdb3e85b5f4df155c94:/www/index.php diff --git a/www/index.php b/www/index.php index 33adfb0..da7b27c 100644 --- a/www/index.php +++ b/www/index.php @@ -98,7 +98,7 @@ $timeEnd = microtime(true); $pager = new Html_Pager( $res->hits->total, $perPage, $page + 1, - $baseLink + buildLink($baseLink, $filters, null, null) ); foreach ($res->hits->hits as &$hit) {