Skeleton: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
authorBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:32 +0000 (12:42 -0500)
committerBen Klang <ben@alkaloid.net>
Fri, 8 Jan 2010 17:42:32 +0000 (12:42 -0500)
skeleton/lib/base.php

index 738e0bf..6b563aa 100644 (file)
@@ -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'];