jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/352270 )

Change subject: Properly detect if CACHE_ACCEL is available in the installer
......................................................................


Properly detect if CACHE_ACCEL is available in the installer

The variable was getting mangled.

Follow up 1fec847c6b366a

Bug: T160519
Change-Id: I7f7e1530725737020c98747730f2bd363616258c
(cherry picked from commit 35c725e157e53cd9d55c5cf149cb8a3cee4e1bdf)
---
M includes/installer/LocalSettingsGenerator.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/installer/LocalSettingsGenerator.php 
b/includes/installer/LocalSettingsGenerator.php
index 697188e..38019e4 100644
--- a/includes/installer/LocalSettingsGenerator.php
+++ b/includes/installer/LocalSettingsGenerator.php
@@ -69,7 +69,7 @@
                        $db->getGlobalNames()
                );
 
-               $unescaped = [ 'wgRightsIcon', 'wgLogo' ];
+               $unescaped = [ 'wgRightsIcon', 'wgLogo', '_Caches' ];
                $boolItems = [
                        'wgEnableEmail', 'wgEnableUserEmail', 
'wgEnotifUserTalk',
                        'wgEnotifWatchlist', 'wgEmailAuthentication', 
'wgEnableUploads', 'wgUseInstantCommons',

-- 
To view, visit https://gerrit.wikimedia.org/r/352270
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f7e1530725737020c98747730f2bd363616258c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_29
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to