From 35c725e157e53cd9d55c5cf149cb8a3cee4e1bdf Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Wed, 15 Mar 2017 23:53:36 +0000 Subject: [PATCH] Properly detect if CACHE_ACCEL is available in the installer The variable was getting mangled. Follow up 1fec847c6b366a Bug: T160519 Change-Id: I7f7e1530725737020c98747730f2bd363616258c --- includes/installer/LocalSettingsGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 697188ef08..38019e4b0d 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -69,7 +69,7 @@ class LocalSettingsGenerator { $db->getGlobalNames() ); - $unescaped = [ 'wgRightsIcon', 'wgLogo' ]; + $unescaped = [ 'wgRightsIcon', 'wgLogo', '_Caches' ]; $boolItems = [ 'wgEnableEmail', 'wgEnableUserEmail', 'wgEnotifUserTalk', 'wgEnotifWatchlist', 'wgEmailAuthentication', 'wgEnableUploads', 'wgUseInstantCommons', -- 2.20.1