projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41e79b3
)
[kronolith] always cast Horde_Urls to string when it will be serialized
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Jan 2010 23:33:08 +0000
(18:33 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Jan 2010 23:33:08 +0000
(18:33 -0500)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
b14c172
..
2e450da
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-180,7
+180,7
@@
class Kronolith
/* Variables used in core javascript files. */
$code['conf'] = array(
- 'URI_AJAX' => Horde::getServiceLink('ajax', 'kronolith'),
+ 'URI_AJAX' =>
(string)
Horde::getServiceLink('ajax', 'kronolith'),
'URI_IMG' => $registry->getImageDir() . '/',
'URI_SNOOZE' => (string)Horde::url($registry->get('webroot', 'horde') . '/services/snooze.php', true, -1),
'SESSION_ID' => defined('SID') ? SID : '',