summaryrefslogtreecommitdiffstats
path: root/RecurringType.php
diff options
context:
space:
mode:
authorEgor <egor.26.93@gmail.com>2015-12-11 12:52:54 +0300
committerEgor <egor.26.93@gmail.com>2015-12-11 12:52:54 +0300
commit9ddaec9d17114e6a44db644521fdfdae725bf83c (patch)
tree8dc47d268df9f9275968f12421cac5c19b026e3b /RecurringType.php
parent7b2823ca098d7c886b71e36131866e0c912551e3 (diff)
parent4cd595b54da333dfcc2bd9c1ab26876b14cb1013 (diff)
downloadscheduler-helper-php-9ddaec9d17114e6a44db644521fdfdae725bf83c.zip
scheduler-helper-php-9ddaec9d17114e6a44db644521fdfdae725bf83c.tar.gz
scheduler-helper-php-9ddaec9d17114e6a44db644521fdfdae725bf83c.tar.bz2
Merge branch 'master' of https://github.com/mperednya/scheduler-helper-php into mperednya-master
Conflicts: readme.md
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++;