mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "Replace deprecated CentralIdLookup::factory"
This commit is contained in:
commit
6e6be4fbf5
|
@ -75,7 +75,7 @@ return [
|
|||
$services->getMainConfig(),
|
||||
$context->getUser(),
|
||||
$context->getRequest(),
|
||||
CentralIdLookup::factoryNonLocal(),
|
||||
$services->getCentralIdLookupFactory()->getNonLocalLookup(),
|
||||
Constants::CONFIG_KEY_LANGUAGE_IN_HEADER,
|
||||
Constants::REQUIREMENT_LANGUAGE_IN_HEADER,
|
||||
Constants::QUERY_PARAM_LANGUAGE_IN_HEADER,
|
||||
|
@ -103,7 +103,7 @@ return [
|
|||
$config,
|
||||
$context->getUser(),
|
||||
$context->getRequest(),
|
||||
CentralIdLookup::factoryNonLocal(),
|
||||
$services->getCentralIdLookupFactory()->getNonLocalLookup(),
|
||||
Constants::CONFIG_KEY_LANGUAGE_IN_HEADER,
|
||||
$requirementName,
|
||||
/* $overrideName = */ '',
|
||||
|
|
Loading…
Reference in a new issue