mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
Update WikibaseClient::getStore() call
Bug: T277482 Change-Id: I9c1af47257121e0d3346c5aa3d62ce746f47a0d2 Depends-On: I6b80739641d55730d8e0a217d9f23aa9392bdf35
This commit is contained in:
parent
ee096440ed
commit
004da5f9ad
|
@ -157,7 +157,7 @@ class MathWikibaseConfig {
|
||||||
|
|
||||||
self::$defaultConfig = new MathWikibaseConfig(
|
self::$defaultConfig = new MathWikibaseConfig(
|
||||||
WikibaseClient::getEntityIdParser(),
|
WikibaseClient::getEntityIdParser(),
|
||||||
$wikibaseClient->getStore()->getEntityRevisionLookup(),
|
WikibaseClient::getStore()->getEntityRevisionLookup(),
|
||||||
$wikibaseClient->getLanguageFallbackLabelDescriptionLookupFactory(),
|
$wikibaseClient->getLanguageFallbackLabelDescriptionLookupFactory(),
|
||||||
$site
|
$site
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue