From 04c83d0fff2dacb219b29f9298b6d56717c44148 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 2 Nov 2017 07:54:47 +0100 Subject: [PATCH] init $indexconf just in case the full text engine is turned off --- inc/inc.Settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/inc.Settings.php b/inc/inc.Settings.php index 53b9005ed..ed3ae548e 100644 --- a/inc/inc.Settings.php +++ b/inc/inc.Settings.php @@ -92,6 +92,7 @@ if (get_magic_quotes_gpc()) { unset($process); } +$indexconf = null; if($settings->_enableFullSearch) { if($settings->_fullSearchEngine == 'sqlitefts') { $indexconf = array(