projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e997e
)
Fix property name.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 6 Aug 2010 20:29:12 +0000
(16:29 -0400)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
a509e29
..
1c3347d
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-863,7
+863,7
@@
abstract class Kronolith_Event
try {
$geolocation = $vEvent->getAttribute('GEO');
- $this->geo
l
ocation = array(
+ $this->geo
L
ocation = array(
'lat' => $geolocation['latitude'],
'lon' => $geolocation['longitude']
);