Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2020-12-15 21:39:37 +01:00
commit 0ac709b3c8

View File

@ -498,7 +498,7 @@ if(((!isset($_GET["fullsearch"]) && $settings->_defaultSearchMethod == 'fulltext
'reception'=>$reception,
'orderby'=>$orderby
));
$total = $resArr['totalDocs'] + $res['totalFolders'];
$total = $resArr['totalDocs'] + $resArr['totalFolders'];
$searchTime = getTime() - $startTime;
$searchTime = round($searchTime, 2);