Merge "Fix ULSCompactLinksEnableAnon configuration"

This commit is contained in:
jenkins-bot
2016-06-22 09:48:52 +00:00
committed by Gerrit Code Review

View File

@@ -59,8 +59,8 @@ class UniversalLanguageSelectorHooks {
return false; return false;
} }
if ( $user->isAnon() && $wgULSCompactLinksEnableAnon ) { if ( $user->isAnon() ) {
return true; return $wgULSCompactLinksEnableAnon;
} }
if ( $wgULSCompactLanguageLinksBetaFeature === true && if ( $wgULSCompactLanguageLinksBetaFeature === true &&