From 8beec9f04f0a2c6f2d854416034460b79af087d5 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 8 Jan 2010 12:41:59 -0500 Subject: [PATCH] Whups: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure() --- whups/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whups/admin/index.php b/whups/admin/index.php index dedd2d80f..6eb958443 100644 --- a/whups/admin/index.php +++ b/whups/admin/index.php @@ -12,7 +12,7 @@ require_once WHUPS_BASE . '/lib/base.php'; if (!Horde_Auth::isAdmin('whups:admin')) { - Horde::authenticationFailureRedirect(); + Horde_Auth::authenticateFailure('whups', $e); } // Set up the page config vars. -- 2.11.0