Warning if no previous subscriptions

Created on 26 September 2023, about 1 year ago

Problem/Motivation

If the user previous has been set up with no subscriptions, the following warning is produced:

Warning: foreach() argument must be of type array|object, null given in Drupal\notify\Notify->setUserNotify() (line 137 of modules/contrib/notify/src/Notify.php).

Steps to reproduce

Edit subscriptions setting for a user with no previous subscriptions.

Proposed resolution

Use the null coalescing operator (??) to set value to an empty array if it does not exist.

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇳🇴Norway gisle Norway

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

Comments & Activities

Production build 0.71.5 2024