Fix site picks: missing from globals
The isset was hiding this Change-Id: If0301026e62e7d2b7249af68e336de4ff2ce3f54
This commit is contained in:
@@ -304,7 +304,8 @@ class UniversalLanguageSelectorHooks {
|
||||
$wgULSImeSelectors, $wgULSNoImeSelectors,
|
||||
$wgULSFontRepositoryBasePath,
|
||||
$wgExtensionAssetsPath,
|
||||
$wgWBClientSettings;
|
||||
$wgWBClientSettings,
|
||||
$wgInterwikiSortingSortPrepend;
|
||||
|
||||
// Place constant stuff here (not depending on request context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user