From 5e585dfa024e5170927b30d9ce06355301c4cd1b 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 f099b0ea6..a7871be49 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -2058,10 +2058,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