Tobias Gritschacher has submitted this change and it was merged.
Change subject: Fix get entity usage index function in client store
......................................................................
Fix get entity usage index function in client store
Change-Id: Iecad3712fa85248f818451961af8606e8459bdc9
---
M client/includes/store/sql/DirectSqlStore.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Tobias Gritschacher: Looks good to me, approved
jenkins-bot: Verified
diff --git a/client/includes/store/sql/DirectSqlStore.php
b/client/includes/store/sql/DirectSqlStore.php
index 4596948..ffbd9e5 100644
--- a/client/includes/store/sql/DirectSqlStore.php
+++ b/client/includes/store/sql/DirectSqlStore.php
@@ -92,7 +92,7 @@
$this->entityUsageIndex = $this->newEntityUsageIndex();
}
- return $this->siteLinkTable;
+ return $this->entityUsageIndex;
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/63430
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iecad3712fa85248f818451961af8606e8459bdc9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits