From 4bd8fb69c1c65c3983eeb12f842a0836c0ff23d5 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 14 Nov 2010 16:07:18 -0500 Subject: [PATCH] Always send the event.l value --- 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 278fde657..92bc6bf2c 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1689,6 +1689,7 @@ abstract class Kronolith_Event $json->al = is_null($allDay) ? $this->isAllDay() : $allDay; $json->pe = $this->hasPermission(Horde_Perms::EDIT); $json->pd = $this->hasPermission(Horde_Perms::DELETE); + $json->l = $this->location; if ($this->icon) { $json->ic = $this->icon; } @@ -1720,7 +1721,6 @@ abstract class Kronolith_Event $json->id = $this->id; $json->ty = $this->calendarType; $json->d = $this->description; - $json->l = $this->location; $json->u = $this->url; $json->sd = $this->start->strftime('%x'); $json->st = $this->start->format($time_format); -- 2.11.0