Revert "Fix ULSCompactLinksEnableAnon configuration"

This reverts commit e08d9bcc57.

Change-Id: I6830300561264a8344029c2bf7ea3d44b9da199b
This commit is contained in:
KartikMistry
2016-06-23 13:29:54 +00:00
parent e08d9bcc57
commit 5ee9a7529b

View File

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