projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64932ba
)
Don't encode the ln paramter in the Horde driver.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 2 Jul 2010 18:39:06 +0000
(14:39 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 2 Jul 2010 18:40:20 +0000
(14:40 -0400)
kronolith/lib/Event/Horde.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event/Horde.php
b/kronolith/lib/Event/Horde.php
index
3d40a06
..
5bab346
100644
(file)
--- 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;