From 813fcddb704cd92e9abba041a90f27b93dcd4101 Mon Sep 17 00:00:00 2001 From: laetzer Date: Sun, 31 Aug 2008 23:39:37 +0000 Subject: habile's fix for [ 2020508 ] search stats not working --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a883206..35cefdc 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ isFeatureActive("stats_search")) { +if ($gBitSystem->isFeatureActive("search_stats")) { $searchlib->register_search(isset($_REQUEST["words"]) ? $_REQUEST["words"] : ''); } -- cgit v1.3