- Issue created by @gisle
- Status changed to Fixed
about 1 year ago 1:00pm 26 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.
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).
Edit subscriptions setting for a user with no previous subscriptions.
Use the null coalescing operator (??) to set value to an empty array if it does not exist.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.