Do not load schema.UniversalLanguageSelector explicitly

Because ext.uls.eventlogger has it as a dependency.
Found while checking T70955

Change-Id: I68a69d12bbf58f8d347fc05e19d0edbf817fb49f
This commit is contained in:
Niklas Laxström
2016-08-18 14:46:48 +02:00
parent 78ea824b5d
commit aaa1219d48

View File

@@ -111,10 +111,7 @@ class UniversalLanguageSelectorHooks {
// If EventLogging integration is enabled, load the schema module // If EventLogging integration is enabled, load the schema module
// and the event logging functions module // and the event logging functions module
if ( $wgULSEventLogging ) { if ( $wgULSEventLogging ) {
$out->addModules( [ $out->addModules( 'ext.uls.eventlogger' );
'schema.UniversalLanguageSelector',
'ext.uls.eventlogger',
] );
} }
// If the extension is enabled, basic features (API, language data) available. // If the extension is enabled, basic features (API, language data) available.