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
Hi, When a repeating event is check on a monday it is put into the database as a 0 for day of week. In mxcHelper.php on line 132 you are using array_filter() which removes any elements in the array that are equal to false - such as Monday which you have set to zero. I have removed the array_filter and all works well.
The text was updated successfully, but these errors were encountered:
Better late then never.
This one is easy solved. Instead of making a weekly event on monday make it a daily event repeating it every 7 days. Worked for me.
Hi, When a repeating event is check on a monday it is put into the database as a 0 for day of week. In mxcHelper.php on line 132 you are using array_filter() which removes any elements in the array that are equal to false - such as Monday which you have set to zero. I have removed the array_filter and all works well.
The text was updated successfully, but these errors were encountered: