humanmade / altis-workflow

Workflow module for Altis
https://www.altis-dxp.com/resources/docs/workflow/
GNU General Public License v3.0
6 stars 3 forks source link

Guard against PHP warning when using QM logged out #196

Closed kadamwhite closed 1 year ago

kadamwhite commented 1 year ago

When using QM on an Altis site with an authentication cookie, this error is observed:

PHP Warning:  foreach() argument must be of type array|object, bool given in /usr/src/app/vendor/altis/workflow/inc/notifications/class-qm-collector-notifications.php on line 32

In this circumstance there is no user, so "false" is returned from the user meta check.