Datenator ver: 0.3.0
Weekly repeat feature simply does not work. For example: Add an event on Oct 12, 2005 Repeat Type: Weekly Repeat Close Date: not used Weekdays: Wednesday Repeat Freq: 1
Logged In: NO
Even though it says the bug was fixed, the repeat feature does not work.
I noticed that too,
go to line 1221 of functions.php and change
$daysar = explode(',', $event['repeat_days']); to $daysar = explode(',', $event->fields['repeat_days']);
that sorted it for me
Log in to post a comment.
Logged In: NO
Even though it says the bug was fixed, the repeat feature
does not work.
Logged In: NO
I noticed that too,
go to line 1221 of functions.php and change
$daysar = explode(',', $event['repeat_days']);
to
$daysar = explode(',', $event->fields['repeat_days']);
that sorted it for me