projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bb967
)
Add the full url, when redirecting to the login screen.
author
Jan Schneider
<jan@horde.org>
Tue, 25 May 2010 14:31:44 +0000
(16:31 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 25 May 2010 14:31:44 +0000
(16:31 +0200)
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
6d6ef65
..
eececf5
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth.php
+++ b/
framework/Auth/lib/Horde/Auth.php
@@
-556,7
+556,7
@@
class Horde_Auth
);
} else {
$params = array(
- 'url' => Horde::selfUrl(true)
+ 'url' => Horde::selfUrl(true
, true, true
)
);
}