Properly detect if CACHE_ACCEL is available in the installer
The variable was getting mangled.
Follow up 1fec847c6b
Bug: T160519
Change-Id: I7f7e1530725737020c98747730f2bd363616258c
This commit is contained in:
parent
ecba64eee0
commit
35c725e157
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class LocalSettingsGenerator {
|
|||
$db->getGlobalNames()
|
||||
);
|
||||
|
||||
$unescaped = [ 'wgRightsIcon', 'wgLogo' ];
|
||||
$unescaped = [ 'wgRightsIcon', 'wgLogo', '_Caches' ];
|
||||
$boolItems = [
|
||||
'wgEnableEmail', 'wgEnableUserEmail', 'wgEnotifUserTalk',
|
||||
'wgEnotifWatchlist', 'wgEmailAuthentication', 'wgEnableUploads', 'wgUseInstantCommons',
|
||||
|
|
|
|||
Loading…
Reference in a new issue