From: Ben Klang Date: Fri, 8 Jan 2010 17:43:36 +0000 (-0500) Subject: Shout: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure() X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b982fe1b16cddafc019d1aeda4b1b4689020f0f4;p=horde.git Shout: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure() --- 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