typo
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 17 Jun 2010 05:41:30 +0000 (01:41 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 17 Jun 2010 05:41:30 +0000 (01:41 -0400)
kronolith/lib/Event.php

index 6c5868a..7a67c29 100644 (file)
@@ -117,7 +117,7 @@ abstract class Kronolith_Event
     /**
      * Geolocation
      *
-     * @var arary
+     * @var array
      */
     protected $_geoLocation;
 
@@ -2271,7 +2271,8 @@ abstract class Kronolith_Event
 
         // Geolocation
         $this->setGeoLocation(array('lat' => Horde_Util::getFormData('lat'),
-                                    'lon' => Horde_Util::getFormData('lon')));
+                                    'lon' => Horde_Util::getFormData('lon'),
+                                    'zoom' => Horde_Util::getFormData('zoom')));
         $this->initialized = true;
     }