Skip to content

Commit

Permalink
Update class-query.php
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk authored Oct 11, 2023
1 parent ba9343d commit 6e4ddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public function query( $args ) {
if ( 'meta' === $field ) {
continue;
}

$selects[] = sprintf( "$wpdb->stream.%s", $field );
}
} else {
Expand Down

0 comments on commit 6e4ddbe

Please sign in to comment.