From: Michael J. Rubinsky Date: Fri, 2 Jul 2010 18:39:06 +0000 (-0400) Subject: Don't encode the ln paramter in the Horde driver. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ab1e2faea4a4975ac01d2ed807de305dd279b3f0;p=horde.git Don't encode the ln paramter in the Horde driver. --- 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;