Tobias Gritschacher has submitted this change and it was merged.

Change subject: Fix get entity usage index store function
......................................................................


Fix get entity usage index store function

Change-Id: If434a48a4e73745a23dde868988a604e5391c35f
---
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/63429
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If434a48a4e73745a23dde868988a604e5391c35f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: mw1.22-wmf4
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

Reply via email to