From 1538f7e2e1c68353844525073785fcf74ecfc7c5 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 26 Apr 2012 20:27:57 +0000 Subject: [PATCH] - fixed output of found documents --- op/op.SearchFulltext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op/op.SearchFulltext.php b/op/op.SearchFulltext.php index fd3dac996..0f4d64841 100644 --- a/op/op.SearchFulltext.php +++ b/op/op.SearchFulltext.php @@ -161,7 +161,7 @@ if ($numResults == 0) { printMLText("search_no_results"); } else { - printMLText("search_report_fulltext", array("count" => $resArr['totalDocs'])); + printMLText("search_report_fulltext", array("doccount" => $resArr['totalDocs'])); } ?>