From 94e72a789e4c6aca4b0a2d0e9c2f19ebb23ec008 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 8 Aug 2010 13:49:19 +0000 Subject: [PATCH] Remove $wgDisableSearchContext, unused for a long time. Can't find exact revision. --- includes/DefaultSettings.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e3b97070a5..b58ca3b2f9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3781,12 +3781,6 @@ $wgSeleniumTestsUseBrowser = 'firefox'; */ $wgDisableTextSearch = false; -/** - * Set this to true to disable the context which appears on search result pages. - * Search context can cause a high DB load. - */ -$wgDisableSearchContext = false; - /** * Set to true to have nicer highligted text in search results, * by default off due to execution overhead -- 2.20.1