Skip to content

Commit

Permalink
Issue #19: Monthly repeat by position and day does not work (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela authored May 6, 2022
1 parent 87048d5 commit c42b3a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion repeating_dates.widget_form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,10 @@ function _repeating_dates_weekday_options() {
}
$days = $after + $before;
}
else {
$days = array_combine($ical_keys, $days);
}
$days['any'] = t('Day (any)');

return $days;
}

Expand Down

0 comments on commit c42b3a7

Please sign in to comment.