From 907cbea1a8d7c30f1a29ec3aa5d01e4214abb4fd Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Fri, 13 Jan 2023 16:13:13 -0700 Subject: [PATCH] Update Query.php --- includes/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Query.php b/includes/Query.php index 10aa41a00..216b6f98d 100644 --- a/includes/Query.php +++ b/includes/Query.php @@ -1186,7 +1186,7 @@ private function _firstrevisionsince( $option ) { $this->addTables( [ 'revision' => 'rev' ] + array_flip( $join['tables'] ) ); $this->addSelect( [ - 'rev_id' => 'rev.rev_id', + 'rev.rev_id', 'rev.rev_timestamp' ] + $join['fields'] );