From 404d7a12410d123ab7af52684001a45fd98b389a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 21 Feb 2017 15:41:40 +0100 Subject: [PATCH] Fix site picks: missing from globals The isset was hiding this Change-Id: If0301026e62e7d2b7249af68e336de4ff2ce3f54 --- UniversalLanguageSelector.hooks.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UniversalLanguageSelector.hooks.php b/UniversalLanguageSelector.hooks.php index c03d0ef7..0967a210 100644 --- a/UniversalLanguageSelector.hooks.php +++ b/UniversalLanguageSelector.hooks.php @@ -304,7 +304,8 @@ class UniversalLanguageSelectorHooks { $wgULSImeSelectors, $wgULSNoImeSelectors, $wgULSFontRepositoryBasePath, $wgExtensionAssetsPath, - $wgWBClientSettings; + $wgWBClientSettings, + $wgInterwikiSortingSortPrepend; // Place constant stuff here (not depending on request context)