summaryrefslogtreecommitdiffstats
path: root/RecurringType.php
diff options
context:
space:
mode:
authorEgor <egor.26.93@gmail.com>2015-12-11 12:53:24 +0300
committerEgor <egor.26.93@gmail.com>2015-12-11 12:53:24 +0300
commitc75c2b1b48bc64835f6de0159ad9cc5d027771bd (patch)
tree8dc47d268df9f9275968f12421cac5c19b026e3b /RecurringType.php
parent7b2823ca098d7c886b71e36131866e0c912551e3 (diff)
parent9ddaec9d17114e6a44db644521fdfdae725bf83c (diff)
downloadscheduler-helper-php-c75c2b1b48bc64835f6de0159ad9cc5d027771bd.zip
scheduler-helper-php-c75c2b1b48bc64835f6de0159ad9cc5d027771bd.tar.gz
scheduler-helper-php-c75c2b1b48bc64835f6de0159ad9cc5d027771bd.tar.bz2
Merge branch 'mperednya-master'
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++;