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
Uid function argument (sequence type) of header method gets overwritten by foreach. This results, that UID-based sequence is used for messageId-based header enumeration as well.
Describe the bug
Uid function argument (sequence type) of header method gets overwritten by foreach. This results, that UID-based sequence is used for messageId-based header enumeration as well.
Problematic block:
Possible solution changing variable name from uid to id in foreach:
Used config
irrelevant
Code to Reproduce
irrelevant
Expected behavior
Foreach should not overwrite $uid function argument.
Screenshots
n/a
Desktop / Server (please complete the following information):
irrelevant
Additional context
n/a
The text was updated successfully, but these errors were encountered: