Page MenuHomePhabricator

honor $wgCacheDirectory
Closed, ResolvedPublic

Description

Author: ktdreyer

Description:
This is a slight correction to r52503, which first created $wgCacheDirectory. This patch allows $wgCacheDirectory to actually work. The if/else logic was setting $dir fine, but it was not actually using $dir when it was time to define $this->mFileCache.

Patch is against 1.16, /branches/REL1_16/ in subversion.


Version: 1.16.x
Severity: minor

Details

Reference
bz25175

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:19 PM
bzimport set Reference to bz25175.
bzimport added a subscriber: Unknown Object (MLST).

ktdreyer wrote:

use $dir, taking into account $wgCacheDirectory

Attached: