Fix 'accross' typo

Bug: T201491
Change-Id: I428769d2d95c64413184d92596e23077bd3c01d7
This commit is contained in:
Zoranzoki21
2018-08-19 09:38:42 +00:00
parent a66ef9bca2
commit 04da95c3da

View File

@@ -343,7 +343,7 @@ class UniversalLanguageSelectorHooks {
$user = $out->getUser();
$loggedIn = $user->isLoggedIn();
// Do not output accept languages if there is risk it will get cached accross requests
// Do not output accept languages if there is risk it will get cached across requests
if ( $wgULSAnonCanChangeLanguage || $loggedIn ) {
$vars['wgULSAcceptLanguageList'] = array_keys( $out->getRequest()->getAcceptLang() );
}