projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3d3af2
)
Hylax: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
author
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:44 +0000
(12:42 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:44 +0000
(12:42 -0500)
hylax/lib/Application.php
patch
|
blob
|
history
diff --git
a/hylax/lib/Application.php
b/hylax/lib/Application.php
index
09931c4
..
baa1ee0
100644
(file)
--- a/
hylax/lib/Application.php
+++ b/
hylax/lib/Application.php
@@
-47,7
+47,7
@@
class Hylax_Application extends Horde_Registry_Application
$registry->pushApp('hylax', !defined('AUTH_HANDLER'));
} catch (Horde_Exception $e) {
if ($e->getCode() == 'permission_denied') {
- Horde
::authenticationFailureRedirect(
);
+ Horde
_Auth::authenticateFailure('hylax', $e
);
}
Horde::fatal($e, __FILE__, __LINE__, false);
}