projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a33af
)
typo
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 17 Jun 2010 05:41:30 +0000
(
01:41
-0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 17 Jun 2010 05:41:30 +0000
(
01:41
-0400)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
6c5868a
..
7a67c29
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-117,7
+117,7
@@
abstract class Kronolith_Event
/**
* Geolocation
*
- * @var ar
ar
y
+ * @var ar
ra
y
*/
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;
}