diff --git a/out/out.Search.php b/out/out.Search.php index 9c8ccf174..3b0e6ca11 100644 --- a/out/out.Search.php +++ b/out/out.Search.php @@ -482,7 +482,7 @@ if(((!isset($_GET["fullsearch"]) && $settings->_defaultSearchMethod == 'fulltext 'expirationenddate'=>$expirationdate ? $expstopdate : array(), 'orderby'=>$orderby )); - $total = $resArr['totalDocs'] + $res['totalFolders']; + $total = $resArr['totalDocs'] + $resArr['totalFolders']; $searchTime = getTime() - $startTime; $searchTime = round($searchTime, 2);