projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9dab88
)
Fix URL generation
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 26 Feb 2010 07:18:19 +0000
(
00:18
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 26 Feb 2010 20:13:16 +0000
(13:13 -0700)
imp/folders.php
patch
|
blob
|
history
diff --git
a/imp/folders.php
b/imp/folders.php
index
4edc388
..
5659e93
100644
(file)
--- a/
imp/folders.php
+++ b/
imp/folders.php
@@
-36,7
+36,7
@@
$folders_url = Horde::selfUrl();
/* This JS define is required by all folder pages. */
Horde::addInlineScript(array(
- 'ImpFolders.folders_url = ' . Horde_Serialize::serialize(
$folders_url
, Horde_Serialize::JSON, $charset)
+ 'ImpFolders.folders_url = ' . Horde_Serialize::serialize(
strval($folders_url)
, Horde_Serialize::JSON, $charset)
));
/* Initialize the IMP_Folder object. */