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;
}
if ( $user->isAnon() && $wgULSCompactLinksEnableAnon ) {
return true;
if ( $user->isAnon() ) {
return $wgULSCompactLinksEnableAnon;
}
if ( $wgULSCompactLanguageLinksBetaFeature === true &&