From ab1e2faea4a4975ac01d2ed807de305dd279b3f0 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 2 Jul 2010 14:39:06 -0400 Subject: [PATCH] Don't encode the ln paramter in the Horde driver. --- kronolith/lib/Event/Horde.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Event/Horde.php b/kronolith/lib/Event/Horde.php index 3d40a06fc..5bab34696 100644 --- a/kronolith/lib/Event/Horde.php +++ b/kronolith/lib/Event/Horde.php @@ -313,7 +313,7 @@ class Kronolith_Event_Horde extends Kronolith_Event if ($this->_ajaxLink) { $json->aj = $this->_ajaxLink; } else { - $json->ln = (string)$this->getViewUrl(array(), true); + $json->ln = (string)$this->getViewUrl(array(), true, false); } if (isset($this->_variableLength)) { $json->vl = $this->_variableLength; -- 2.11.0