projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b854d01
)
Skeleton: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
author
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:32 +0000
(12:42 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:32 +0000
(12:42 -0500)
skeleton/lib/base.php
patch
|
blob
|
history
diff --git
a/skeleton/lib/base.php
b/skeleton/lib/base.php
index
738e0bf
..
6b563aa
100644
(file)
--- a/
skeleton/lib/base.php
+++ b/
skeleton/lib/base.php
@@
-17,7
+17,7
@@
$registry = Horde_Registry::singleton();
try {
$registry->pushApp('skeleton', array('check_perms' => true, 'logintasks' => true));
} catch (Horde_Exception $e) {
- Horde
::authenticationFailureRedirect
('skeleton', $e);
+ Horde
_Auth::authenticateFailure
('skeleton', $e);
}
$conf = &$GLOBALS['conf'];