Fix property name.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 6 Aug 2010 20:29:12 +0000 (16:29 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 6 Aug 2010 20:29:12 +0000 (16:29 -0400)
Fixes importing events from iCalendar

kronolith/lib/Event.php

index a509e29..1c3347d 100644 (file)
@@ -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']
             );