Fix weekly recurrences broken with last "upstream merge" of Horde_date_Recurrence
This commit is contained in:
parent
494785384d
commit
429990b3cd
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ class Horde_Date_Recurrence
|
|||
$after_week = Horde_Date_Utils::firstDayOfWeek($week, $theYear);
|
||||
$after_week->timezone = $this->start->timezone;
|
||||
$after_week_end = clone $after_week;
|
||||
$after_week_end->mday += 7;
|
||||
|
||||
$diff = $start_week->diff($after_week);
|
||||
$interval = $this->recurInterval * 7;
|
||||
|
|
Loading…
Add table
Reference in a new issue