mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
fix calculating total of docs and folders
This commit is contained in:
parent
a3be420b88
commit
c2783c6d70
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user