projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223c00f
)
Redirect with full URL
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 31 Aug 2009 18:10:07 +0000
(12:10 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 31 Aug 2009 18:10:07 +0000
(12:10 -0600)
framework/Auth/lib/Horde/Auth.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth.php
b/framework/Auth/lib/Horde/Auth.php
index
a09cc8e
..
0659619
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth.php
+++ b/
framework/Auth/lib/Horde/Auth.php
@@
-546,7
+546,7
@@
class Horde_Auth
}
}
- return Horde_Util::addParameter(
$registry->get('webroot', 'horde') . '/login.php'
, $params, null, false);
+ return Horde_Util::addParameter(
Horde::url($registry->get('webroot', 'horde') . '/login.php', true)
, $params, null, false);
}
/**