You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error below happens when there is no sync active.
TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in in_array() (line 81 of modules/contrib/ymca_sync/src/Form/SettingsForm.php).
Proposed resolution:
Set an empty array to $active instead of null.
The text was updated successfully, but these errors were encountered:
The error below happens when there is no sync active.
TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in in_array() (line 81 of modules/contrib/ymca_sync/src/Form/SettingsForm.php).
Proposed resolution:
Set an empty array to $active instead of null.
The text was updated successfully, but these errors were encountered: