In signup_send_confirmation_mail, there is a dependency to only use the tokens if the token module is enabled. Since the token_replace() method is a part of core, I remove the check and do the replacement immediately. I also did the similar change for the subject line although I that might be something to change up into something more useful? Patch will be in first comment.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | signup_token_dependency_removal_1212396_btmash_1.patch | 1.04 KB | btmash |
Comments
Comment #1
btmash commentedHere is the patch.
Comment #2
sgabe commentedThe patch in #1 applies fine and fixes the issue.
Comment #3
sgabe commentedChanging component.
Comment #4
sgabe commentedCommitted, thanks!