projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19b23e
)
Shout: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
author
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:43:36 +0000
(12:43 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 8 Jan 2010 17:45:14 +0000
(12:45 -0500)
shout/lib/Application.php
patch
|
blob
|
history
diff --git
a/shout/lib/Application.php
b/shout/lib/Application.php
index
cd241d2
..
ae3e581
100644
(file)
--- a/
shout/lib/Application.php
+++ b/
shout/lib/Application.php
@@
-47,7
+47,7
@@
class Shout_Application extends Horde_Registry_Application
$registry->pushApp('shout', array('check_perms' => true,
'logintasks' => true));
} catch (Horde_Exception $e) {
- Horde
::authentication
Failure('shout', $e);
+ Horde
_Auth::authenticate
Failure('shout', $e);
}
// Ensure Shout is properly configured before use