Reverted accidental change in r98405

This commit is contained in:
Aaron Schulz 2011-10-02 07:29:39 +00:00
parent 3a20036ca4
commit 224541f861

View file

@ -42,7 +42,7 @@ class HTMLFileCache extends FileCacheBase {
if ( $wgFileCacheDirectory ) {
$dir = $wgFileCacheDirectory;
} elseif ( $wgCacheDirectory ) {
$dir = "$wgCacheDirectory/object";
$dir = "$wgCacheDirectory/html";
} else {
throw new MWException( 'Please set $wgCacheDirectory in LocalSettings.php if you wish to use the HTML file cache' );
}