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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user