projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8beec9f
)
Wicked: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
author
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:10 +0000
(12:42 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:10 +0000
(12:42 -0500)
wicked/lib/base.php
patch
|
blob
|
history
diff --git
a/wicked/lib/base.php
b/wicked/lib/base.php
index
f79f8c9
..
2c415cf
100644
(file)
--- a/
wicked/lib/base.php
+++ b/
wicked/lib/base.php
@@
-23,7
+23,7
@@
try {
$registry->pushApp('wicked', !defined('AUTH_HANDLER'));
} catch (Horde_Exception $e) {
if ($e->getCode() == 'permission_denied') {
- Horde
::authenticationFailureRedirect(
);
+ Horde
_Auth::authenticateFailure('wicked', $e
);
}
Horde::fatal($e, __FILE__, __LINE__, false);
}