From: Michael J. Rubinsky Date: Sat, 5 Dec 2009 05:05:12 +0000 (-0500) Subject: this isn't an array X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=674765b66a7904df4deaa2aa8b022e7df4263cd4;p=horde.git this isn't an array --- 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(); }