From 465957fb006247e085d443393d1f4b3a672c1f3d Mon Sep 17 00:00:00 2001 From: Reedy Date: Fri, 1 Mar 2013 18:45:56 +0000 Subject: [PATCH] Default $wgContentHandlerUseDB to true Change-Id: I830ec04e7f7f853bf7752262105a067fb9723145 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7aad30c571..b2ea1cc836 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6491,7 +6491,7 @@ $wgContentHandlerTextFallback = 'ignore'; * * @since 1.21 */ -$wgContentHandlerUseDB = false; +$wgContentHandlerUseDB = true; /** * Determines which types of text are parsed as wikitext. This does not imply that these kinds -- 2.20.1