Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1646,7 +1646,7 @@ |
1647 | 1647 | |
1648 | 1648 | /** |
1649 | 1649 | * Directory where the cached page will be saved. |
1650 | | - * Defaults to "$wgCacheDirectory/html". |
| 1650 | + * Defaults to "{$wgUploadDirectory}/cache". |
1651 | 1651 | */ |
1652 | 1652 | $wgFileCacheDirectory = false; |
1653 | 1653 | |