From: Brad Jorsch Date: Fri, 8 Sep 2017 14:25:02 +0000 (-0400) Subject: Fix typo X-Git-Tag: 1.31.0-rc.0~2178 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=26e705da8d88fe741d7080a5a73a15defd45693c;p=lhc%2Fweb%2Fwiklou.git Fix typo Followup to Ic3a434c0 Change-Id: Ie57ab2dab2f9ae801de49e8e3998ec5a56a4541e --- diff --git a/includes/revisiondelete/RevDelLogList.php b/includes/revisiondelete/RevDelLogList.php index ceb97e4d65..728deb8e09 100644 --- a/includes/revisiondelete/RevDelLogList.php +++ b/includes/revisiondelete/RevDelLogList.php @@ -63,7 +63,7 @@ class RevDelLogList extends RevDelList { 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'],