From 9f771b2650db7b088af9c30542433de59612cd02 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Aug 2010 16:24:53 +0200 Subject: [PATCH] Fix typos. --- kronolith/lib/Event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 45ae1dd35..a9a2c536b 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -763,7 +763,7 @@ abstract class Kronolith_Event // Need to change the UID so it links to the original // recurring event. $exceptionEvent->uid = $this->uid; - $vEventException = $exceptionEvent->toIcalendar($calendar); + $vEventException = $exceptionEvent->toiCalendar($calendar); // This should never happen, but protect against it anyway. if (count($vEventException) > 1) { throw new Kronolith_Exception(_("Unable to parse event.")); @@ -1742,7 +1742,7 @@ abstract class Kronolith_Event return false; } } catch (Exception $e) { - return $false; + return false; } $this->id = $eventID; return true; -- 2.11.0