projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c59829
)
This needs to be a string.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 3 Dec 2009 18:04:28 +0000
(11:04 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 3 Dec 2009 18:04:28 +0000
(11:04 -0700)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
caa911e
..
c7f8d34
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-1119,7
+1119,7
@@
HTML;
$uri = $webroot . $uri;
}
- return self::url($uri, $full, $append_session);
+ return
(string)
self::url($uri, $full, $append_session);
}
/**