Remove $wgDisableSearchContext, unused for a long time. Can't find exact revision.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 13:49:19 +0000 (13:49 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 13:49:19 +0000 (13:49 +0000)
includes/DefaultSettings.php

index e3b9707..b58ca3b 100644 (file)
@@ -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