From 674765b66a7904df4deaa2aa8b022e7df4263cd4 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 5 Dec 2009 00:05:12 -0500 Subject: [PATCH] this isn't an array --- kronolith/lib/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 44682816f..61cb7ad14 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1177,7 +1177,7 @@ abstract class Kronolith_Event $json->et = $this->end->format($time_format); $json->a = $this->alarm; $json->tg = array_values($this->tags); - $json->gl = array_values($this->geoLocation); + $json->gl = $this->geoLocation; if ($this->recurs()) { $json->r = $this->recurrence->toJson(); } -- 2.11.0