Undefined array key "include_test_attachment" in sendgrid_integration_mail()

Created on 6 March 2023, over 1 year ago
Updated 18 March 2023, over 1 year ago

Problem/Motivation

Warning PHP : Undefined array key "include_test_attachment" in sendgrid_integration_mail() (line 38 of sendgrid_integration.module).

Proposed resolution

Change

if ($params['include_test_attachment']) {

to

if (isset($params['include_test_attachment'])) {
πŸ› Bug report
Status

Fixed

Version

2.1

Component

Code

Created by

πŸ‡«πŸ‡·France Ilyna

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024