jenkins-bot has submitted this change and it was merged.
Change subject: Do not hide parent constructor
......................................................................
Do not hide parent constructor
Change-Id: Ic3d7adcc23cc702e72801749ec2062fb1ccddc40
---
M lib/includes/store/sql/SiteLinkTable.php
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Hoo man: Looks good to me, approved
jenkins-bot: Verified
diff --git a/lib/includes/store/sql/SiteLinkTable.php
b/lib/includes/store/sql/SiteLinkTable.php
index 876f5d3..f224e49 100644
--- a/lib/includes/store/sql/SiteLinkTable.php
+++ b/lib/includes/store/sql/SiteLinkTable.php
@@ -58,7 +58,8 @@
$this->table = $table;
$this->readonly = $readonly;
- $this->wiki = $wiki;
+
+ parent::__construct( $wiki );
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/250730
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic3d7adcc23cc702e72801749ec2062fb1ccddc40
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits