The latest version of the mailsystem module no longer loads the mailsystem_html_to_text function in hook_init. This module should probably be using Drupal's own function drupal_html_to_text, or manually loading the mailsystem_html_to_text before attempting to use it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1692966-htmlmail-mailsystem-html-to-text.patch | 886 bytes | mrfelton |
Comments
Comment #1
mrfelton commentedComment #2
znerol commentedSee also #1723840: all/modules/htmlmail/htmlmail.mail.inc on line 188 for a future proof solution.
Comment #3
duaelfr#1 works, better than #1723840: all/modules/htmlmail/htmlmail.mail.inc on line 188
Comment #4
jeqq commented+1 RTBC
Comment #5
ivanatrix commented+1 Reviewed and tested.
Comment #6
neoxavier commented+1 reviewed and tested
Comment #8
Nafes commentedThank you for the fix, mrfelton!
Comment #10
ggive commentedApplying this patch failed on my side. Any suggestion ?
Comment #11
salvisNafes has applied it -- just get the current 7.x-2.x-dev and don't try to apply it a second time.