Fixed outdated $wgFileCacheDirectory comment
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 3 Oct 2011 07:57:54 +0000 (07:57 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 3 Oct 2011 07:57:54 +0000 (07:57 +0000)
includes/DefaultSettings.php

index 0ecf9e0..d46c10d 100644 (file)
@@ -1646,7 +1646,7 @@ $wgUseFileCache = false;
 
 /**
  * Directory where the cached page will be saved.
- * Defaults to "$wgCacheDirectory/html".
+ * Defaults to "{$wgUploadDirectory}/cache".
  */
 $wgFileCacheDirectory = false;