From 732f0e54b2c6e8280be08d6476c2eaf4fc137e6a Mon Sep 17 00:00:00 2001 From: Kaldari Date: Mon, 7 Mar 2016 16:20:54 -0600 Subject: [PATCH] Correcting comments regarding $wgCacheDirectory in DefaultSettings Both the i18n and Less caches fall back to wfTempDir(), but some others don't, so we can't make any definitive statement about what happens when this is set to false. Change-Id: I72e8116e9e1a7ec251db555d820fc0684c8a33b3 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2a9986e28e..c04602c69b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2096,7 +2096,7 @@ $wgTransactionalTimeLimit = 120; /** * Directory for caching data in the local filesystem. Should not be accessible - * from the web. Set this to false to not use any local caches. + * from the web. * * Note: if multiple wikis share the same localisation cache directory, they * must all have the same set of extensions. You can set a directory just for -- 2.20.1