Fix site picks: missing from globals

The isset was hiding this

Change-Id: If0301026e62e7d2b7249af68e336de4ff2ce3f54
This commit is contained in:
Niklas Laxström
2017-02-21 15:41:40 +01:00
parent faf6cc944e
commit 404d7a1241

View File

@@ -304,7 +304,8 @@ class UniversalLanguageSelectorHooks {
$wgULSImeSelectors, $wgULSNoImeSelectors,
$wgULSFontRepositoryBasePath,
$wgExtensionAssetsPath,
$wgWBClientSettings;
$wgWBClientSettings,
$wgInterwikiSortingSortPrepend;
// Place constant stuff here (not depending on request context)