jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/376741 )

Change subject: Fix typo
......................................................................


Fix typo

Followup to Ic3a434c0

Change-Id: Ie57ab2dab2f9ae801de49e8e3998ec5a56a4541e
(cherry picked from commit 26e705da8d88fe741d7080a5a73a15defd45693c)
---
M includes/revisiondelete/RevDelLogList.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/revisiondelete/RevDelLogList.php 
b/includes/revisiondelete/RevDelLogList.php
index ceb97e4..728deb8 100644
--- a/includes/revisiondelete/RevDelLogList.php
+++ b/includes/revisiondelete/RevDelLogList.php
@@ -63,7 +63,7 @@
        public function doQuery( $db ) {
                $ids = array_map( 'intval', $this->ids );
 
-               $commentQuery = CommentStore::getKey( 'log_comment' 
)->getJoin();
+               $commentQuery = CommentStore::newKey( 'log_comment' 
)->getJoin();
 
                return $db->select(
                        [ 'logging' ] + $commentQuery['tables'],

-- 
To view, visit https://gerrit.wikimedia.org/r/376741
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie57ab2dab2f9ae801de49e8e3998ec5a56a4541e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.30.0-wmf.17
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to