Shout: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
authorBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 17:43:36 +0000 (12:43 -0500)
committerBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 17:45:14 +0000 (12:45 -0500)
shout/lib/Application.php

index cd241d2..ae3e581 100644 (file)
@@ -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