I haven't yet tested that this is in fact a bug, but it sure looks like one: in the code for generating invite emails, the email subject is retrieved from the variable table as "ni_subject-default", although it's "ni_subject_default" in the system settings form.
This patch should fix the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| node_invite.module.patch | 616 bytes | shaisachs |
Comments
Comment #1
hadsie commentedI've confirmed this and applied this patch to the 5.x branch. Thanks for the patch!