From: Michael J. Rubinsky Date: Fri, 6 Aug 2010 20:29:12 +0000 (-0400) Subject: Fix property name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=55f0321a2f681466bd3f490bee4c14c4d643b3e2;p=horde.git Fix property name. Fixes importing events from iCalendar --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index a509e29d5..1c3347d32 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -863,7 +863,7 @@ abstract class Kronolith_Event try { $geolocation = $vEvent->getAttribute('GEO'); - $this->geolocation = array( + $this->geoLocation = array( 'lat' => $geolocation['latitude'], 'lon' => $geolocation['longitude'] );