projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd5de4
)
need to cast to string before serializing
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 24 May 2010 17:45:03 +0000
(13:45 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 24 May 2010 17:45:03 +0000
(13:45 -0400)
horde/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/horde/lib/Prefs/Ui.php
b/horde/lib/Prefs/Ui.php
index
b80b1f8
..
3346dd3
100644
(file)
--- a/
horde/lib/Prefs/Ui.php
+++ b/
horde/lib/Prefs/Ui.php
@@
-233,7
+233,7
@@
class Horde_Prefs_Ui
* frame. */
if ($old_sidebar) {
Horde::addInlineScript(
- 'window.parent.frames.location = ' . Horde_Serialize::serialize($url, Horde_Serialize::JSON, Horde_Nls::getCharset()) . ';'
+ 'window.parent.frames.location = ' . Horde_Serialize::serialize(
(string)
$url, Horde_Serialize::JSON, Horde_Nls::getCharset()) . ';'
);
} else {
Horde::redirect($url);