Skip to content

Conversation

evert
Copy link
Member

@evert evert commented Oct 24, 2016

Fixes #329. Thanks for the research @PHPGangsta

$currentDayOfMonth = $this->currentDate->format('j');
//$currentMonth = $this->currentDate->format('n');
//$currentYear = $this->currentDate->format('Y');
//$currentDayOfMonth = $this->currentDate->format('j');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IF L623-L625 are no longer needed, they should be removed before merging.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha

@alecpl
Copy link
Contributor

alecpl commented Nov 13, 2019

This should be closed in favor of #416.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Endless loop in RRuleIterator if BYMONTHDAY does not exist in BYMONTH

4 participants