summaryrefslogtreecommitdiffstats
path: root/RecurringType.php
diff options
context:
space:
mode:
Diffstat (limited to 'RecurringType.php')
-rw-r--r--RecurringType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/RecurringType.php b/RecurringType.php
index e7e7b0f..d26fb16 100644
--- a/RecurringType.php
+++ b/RecurringType.php
@@ -327,7 +327,7 @@ class RecurringType {
(!is_null($countDates) && ($countRecurringCycles <= $countDates))
|| (
($intervalStartDateStamp <= $currentRecurringStartDateStamp)
- && ($currentRecurringStartDateStamp <= $intervalEndDateStamp)
+ && ($currentRecurringStartDateStamp < $intervalEndDateStamp)
)
) {
$countRecurringCycles++;