-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.6
-
Fix Version/s: 3.1.7-RC1
-
Component/s: None
-
Labels:None
-
GitHub Pull Request URL:
when the mail queue is written to the disk we need to flush it, otherwise the emails sent during the current request will be duplicated if queue::save() is called more than once.