From: Michael J. Rubinsky Date: Wed, 9 Sep 2009 19:30:54 +0000 (-0400) Subject: typos X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ad0cf53975d30ad5fa20361f9af0e8e028cb00b9;p=horde.git typos --- 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); }