diff --git a/code/CalendarEvent.php b/code/CalendarEvent.php index c1b0fe6..bc144ac 100755 --- a/code/CalendarEvent.php +++ b/code/CalendarEvent.php @@ -169,8 +169,9 @@ public function OtherDates() { } elseif(strtotime($_REQUEST['date']) > 0) { $date = date('Y-m-d', strtotime($_REQUEST['date'])); - $cal = $this->Parent(); } + + $cal = $this->Parent(); if($this->Recursion == 1) { $datetime_obj = DataList::create($this->data()->getDateTimeClass())