diff --git a/out/out.Search.php b/out/out.Search.php index 92b622171..75d70ff68 100644 --- a/out/out.Search.php +++ b/out/out.Search.php @@ -231,8 +231,8 @@ if(((!isset($_GET["fullsearch"]) && $settings->_defaultSearchMethod == 'fulltext } else { $totalPages = 1; } + $total = $searchresult['count']; } - $total = $searchresult['total']; $searchTime = getTime() - $startTime; $searchTime = round($searchTime, 2); } else {