From ad0cf53975d30ad5fa20361f9af0e8e028cb00b9 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 9 Sep 2009 15:30:54 -0400 Subject: [PATCH] typos --- kronolith/lib/Kronolith.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index c744f114d..c8413e404 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -2067,10 +2067,10 @@ class Kronolith static public function getInternalCalendar($target) { - if (self::isResourceCalendar($taget)) { + if (self::isResourceCalendar($target)) { $driver = self::getDriver('Resource'); - $id = $driver->getResourceIdByCalendar($id); - return $driver->getResoruce($id); + $id = $driver->getResourceIdByCalendar($target); + return $driver->getResource($id); } else { return $GLOBALS['kronolith_shares']->getShare($target); } -- 2.11.0