From: Aaron Schulz Date: Mon, 3 Oct 2011 07:57:54 +0000 (+0000) Subject: Fixed outdated $wgFileCacheDirectory comment X-Git-Tag: 1.31.0-rc.0~27296 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=4f1801a9ff397d5f7230609dc6438d516a2ac4e8;p=lhc%2Fweb%2Fwiklou.git Fixed outdated $wgFileCacheDirectory comment --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0ecf9e0d0d..d46c10de7c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1646,7 +1646,7 @@ $wgUseFileCache = false; /** * Directory where the cached page will be saved. - * Defaults to "$wgCacheDirectory/html". + * Defaults to "{$wgUploadDirectory}/cache". */ $wgFileCacheDirectory = false;