Merge "tests: Commit initial version of DevelopmentSettings.php"
[lhc/web/wiklou.git] / includes / revisiondelete / RevDelLogList.php
index 728deb8..f4e4faf 100644 (file)
@@ -63,7 +63,7 @@ class RevDelLogList extends RevDelList {
        public function doQuery( $db ) {
                $ids = array_map( 'intval', $this->ids );
 
-               $commentQuery = CommentStore::newKey( 'log_comment' )->getJoin();
+               $commentQuery = CommentStore::getStore()->getJoin( 'log_comment' );
 
                return $db->select(
                        [ 'logging' ] + $commentQuery['tables'],