projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc2ff6b
)
Gollem: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
author
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:25 +0000
(12:42 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:25 +0000
(12:42 -0500)
gollem/permissions.php
patch
|
blob
|
history
diff --git
a/gollem/permissions.php
b/gollem/permissions.php
index
3a9cd12
..
89116a3
100644
(file)
--- a/
gollem/permissions.php
+++ b/
gollem/permissions.php
@@
-12,7
+12,7
@@
require_once dirname(__FILE__) . '/lib/Application.php';
new Gollem_Application(array('init' => true));
if (!Horde_Auth::isAdmin()) {
- Horde
::authenticationFailureRedirect('gollem'
);
+ Horde
_Auth::authenticateFailure('gollem', $e
);
}
if (!Gollem::getBackends('all')) {