Skip to content

Conversation

@bryannielsen
Copy link
Contributor

No description provided.

@bryannielsen bryannielsen added this to the 7.5.x milestone Oct 9, 2025
@bryannielsen bryannielsen added the Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on. label Oct 9, 2025
TomJaeger
TomJaeger previously approved these changes Oct 22, 2025
@TomJaeger TomJaeger modified the milestones: 7.5.x, 7.5.17 Oct 22, 2025

if ($channel_id) {
$db->where('channel_id', $channel_id->channel_id);
$where .= ' AND t.channel_id = '. (int) $channel_id->channel_id;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like $channel_id is not actually a channel_id. I'd assume it's an instance of the channel model based on this code? While we're editing this, it might be worth updating the name of the variable to better reflect this.

@TomJaeger TomJaeger merged commit 3a6d9a3 into 7.dev Oct 24, 2025
24 checks passed
@TomJaeger TomJaeger deleted the bug/7.x/author-filter-performance branch October 24, 2025 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants