Skip to content

Commit

Permalink
Update Query.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Jan 13, 2023
1 parent e9040be commit 907cbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'] );

Expand Down

0 comments on commit 907cbea

Please sign in to comment.