projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a220a0f
)
Make sure there are not 2 /'s in a row.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 2 Jul 2010 20:25:57 +0000
(14:25 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 2 Jul 2010 20:25:57 +0000
(14:25 -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
04f6a9a
..
75201ea
100644
(file)
--- a/
framework/Url/lib/Horde/Url.php
+++ b/
framework/Url/lib/Horde/Url.php
@@
-217,6
+217,7
@@
class Horde_Url
$url = $this->url;
if (strlen($this->pathInfo)) {
+ $url = rtrim($url, '/');
$url .= '/' . $this->pathInfo;
}
if (count($url_params)) {