Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeating event on a Monday missing. #153

Open
dancalder opened this issue Mar 6, 2014 · 2 comments
Open

Repeating event on a Monday missing. #153

dancalder opened this issue Mar 6, 2014 · 2 comments

Comments

@dancalder
Copy link

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.

@mH1x
Copy link

mH1x commented May 25, 2014

Hi I have this same issue, but removing the array_filter didnt seem to resolve it for me. Is there something else that I need to do?

@Showa
Copy link

Showa commented Feb 13, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants