From 868194b7ce78feb8b2f3535d76c0ce9da7e45c27 Mon Sep 17 00:00:00 2001 From: "Nicholas Pisarro, Jr" Date: Sun, 29 Feb 2004 12:54:03 +0000 Subject: [PATCH] Commented side effect of changing '$wgUseDatabaseMessages'. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 50fca9ea93..6084e0672a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -83,7 +83,7 @@ $wgMaxNameChars = 32; # Maximum number of bytes in username # Translation using MediaWiki: namespace # This will increase load times by 25-60% unless memcached is installed -$wgUseDatabaseMessages = true; +$wgUseDatabaseMessages = true; # Must be on to allow {{msg:...}} and {{subst:...} to work. $wgMsgCacheExpiry = 86400; $wgExtraSubtitle = ""; -- 2.20.1