Skip to content

Commit

Permalink
Merge pull request #97 from 3Dgoo/patch-1
Browse files Browse the repository at this point in the history
Fixing recurring event stray end date bug
  • Loading branch information
unclecheese committed Mar 24, 2016
2 parents 5ea12d6 + cf22cfe commit 90871fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/CalendarEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public function CurrentDate() {
$datetime = $allDates->first();
if($datetime) {
$datetime->StartDate = $date;
$datetime->EndDate = $date;
return $datetime;
}
}
Expand Down

0 comments on commit 90871fd

Please sign in to comment.