notice: Undefined property: stdClass::$mimemail_textonly in /*****/*****/public_html/sites/all/modules/mimemail/mimemail.module on line 152.
The above notice is shown in user profiles with the 6.x-dev release dated Feb 8
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | mimemail.module.patch | 510 bytes | joelstein |
| #3 | mimemail.module.patch | 545 bytes | joelstein |
Comments
Comment #1
jerdavisI'm unable to reproduce, what modules do you have in use?
Jer
Comment #2
vm commentedOddly enough, I can't reproduce now that I've turned error reporting back on. closing issue until such time I can reproduce myself. My apologies.
Comment #3
joelstein commentedIt's very easy to reproduce. Edit a user which has not been saved since you installed MimeMail. They won't have that setting attached to their user account.
The attached patch fixes this.
Comment #4
sgabe commentedI think we can set the default value to 0 here, irrespectively of the value of the
mimemail_textonlyvariable.Comment #5
joelstein commentedSounds good to me.
Comment #6
sgabe commentedCommitted to 6.x-1.x, thanks!