projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f712baf
)
This doesn't look right to me.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 9 Jul 2010 20:48:16 +0000
(16:48 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 9 Jul 2010 20:48:16 +0000
(16:48 -0400)
Not sure why we wouldn't want the application's webroot if we
are generating a full url.
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
417a7aa
..
2bde8ab
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-989,10
+989,6
@@
HTML;
static public function applicationUrl($uri, $full = false,
$append_session = 0)
{
- if ($full) {
- return self::url($uri, $full, $append_session);
- }
-
if (substr($uri, 0, 1) != '/') {
$webroot = $GLOBALS['registry']->get('webroot');
if (substr($webroot, -1) != '/') {