Skip to content

Commit

Permalink
Merge pull request #8317 from sbulen/30_member_groups_fix
Browse files Browse the repository at this point in the history
[3.0] Remove unused member_groups col from query
  • Loading branch information
live627 authored Nov 1, 2024
2 parents 9b9d19b + 52c4f13 commit 003f2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Tasks/CreatePost_Notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function execute(): bool
mem.email_address, mem.lngfile, mem.pm_ignore_list,
mem.id_group, mem.id_post_group, mem.additional_groups,
mem.time_format, mem.time_offset, mem.timezone,
b.member_groups, t.id_member_started, t.id_member_updated
t.id_member_started, t.id_member_updated
FROM {db_prefix}log_notify AS ln
INNER JOIN {db_prefix}members AS mem ON (ln.id_member = mem.id_member)
LEFT JOIN {db_prefix}topics AS t ON (t.id_topic = ln.id_topic)
Expand Down

0 comments on commit 003f2a4

Please sign in to comment.