mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +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(
|
||||
WikibaseClient::getEntityIdParser(),
|
||||
$wikibaseClient->getStore()->getEntityRevisionLookup(),
|
||||
WikibaseClient::getStore()->getEntityRevisionLookup(),
|
||||
$wikibaseClient->getLanguageFallbackLabelDescriptionLookupFactory(),
|
||||
$site
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue