projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c7f31
)
Revert "I *think* we always want Horde::url() to use Horde webroot"
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 9 Jul 2010 21:21:20 +0000
(15:21 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 9 Jul 2010 21:21:20 +0000
(15:21 -0600)
This reverts commit
05f2a53df4b555f1fdaded5213af80fed4bc0907
.
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
2bde8ab
..
675724e
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-928,7
+928,7
@@
HTML;
}
/* Store the webroot in a local variable. */
- $webroot = $registry->get('webroot'
, 'horde'
);
+ $webroot = $registry->get('webroot');
/* Don't prepend to webroot if it's already absolute. */
$url = preg_match('|^([\w+-]{1,20})://|', $webroot)