projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570ebc8
)
Whups: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
author
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:41:59 +0000
(12:41 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:41:59 +0000
(12:41 -0500)
whups/admin/index.php
patch
|
blob
|
history
diff --git
a/whups/admin/index.php
b/whups/admin/index.php
index
dedd2d8
..
6eb9584
100644
(file)
--- a/
whups/admin/index.php
+++ b/
whups/admin/index.php
@@
-12,7
+12,7
@@
require_once WHUPS_BASE . '/lib/base.php';
if (!Horde_Auth::isAdmin('whups:admin')) {
- Horde
::authenticationFailureRedirect(
);
+ Horde
_Auth::authenticateFailure('whups', $e
);
}
// Set up the page config vars.