When a user with a title gets deleted from a group, it doesn't delete the title properly because the DELETE FROM statement refers to {og_titles} instead of {ug_uid_titles}. This also causes an error because {og_titles} doesn't have the uid-column.
| Comment | File | Size | Author |
|---|---|---|---|
| og_titles-userdeletefix.patch | 756 bytes | DruKaz |
Comments
Comment #1
mradcliffeThanks for noticing this.