The define at the top of mail.inc causes a notice if $_SERVER['SERVER_SOFTWARE'] is not set. This appears minor, but causes issues with us when using resque and php-resque to execute jobs. Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal-mail_notice-2356055-1.patch | 578 bytes | bdlangton |
Comments
Comment #1
bdlangton commentedComment #2
les limYeah, that's a sensible change. Replicated the notice and confirmed that the patch in #1 fixes it.
Comment #3
les limStill, testbot needs a crack at it.
Comment #4
les limRTBC. This is not an issue in D8, since Request object methods are being used there.
Comment #5
David_Rothstein commentedCommitted to 7.x - thanks!