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:
Brian Wolff 2017-03-15 23:53:36 +00:00 committed by Krinkle
parent ecba64eee0
commit 35c725e157

View file

@ -69,7 +69,7 @@ class LocalSettingsGenerator {
$db->getGlobalNames()
);
$unescaped = [ 'wgRightsIcon', 'wgLogo' ];
$unescaped = [ 'wgRightsIcon', 'wgLogo', '_Caches' ];
$boolItems = [
'wgEnableEmail', 'wgEnableUserEmail', 'wgEnotifUserTalk',
'wgEnotifWatchlist', 'wgEmailAuthentication', 'wgEnableUploads', 'wgUseInstantCommons',