projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e512135
)
Make sure this always returns a string (URL could be completely empty)
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Jul 2010 08:19:59 +0000
(
02:19
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Jul 2010 08:54:10 +0000
(
02:54
-0600)
framework/Url/lib/Horde/Url.php
patch
|
blob
|
history
diff --git
a/framework/Url/lib/Horde/Url.php
b/framework/Url/lib/Horde/Url.php
index
8b2d8d5
..
84640fe
100644
(file)
--- a/
framework/Url/lib/Horde/Url.php
+++ b/
framework/Url/lib/Horde/Url.php
@@
-255,7
+255,7
@@
class Horde_Url
$url .= '#' . rawurlencode($this->anchor);
}
- return
$url
;
+ return
strval($url)
;
}
/**