From b982fe1b16cddafc019d1aeda4b1b4689020f0f4 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 8 Jan 2010 12:43:36 -0500 Subject: [PATCH] Shout: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure() --- shout/lib/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shout/lib/Application.php b/shout/lib/Application.php index cd241d2db..ae3e5812c 100644 --- 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::authenticationFailure('shout', $e); + Horde_Auth::authenticateFailure('shout', $e); } // Ensure Shout is properly configured before use -- 2.11.0