From 2fe7b5ec242a16f362eba01eb7d9096121eaa5f9 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 19 Jan 2011 12:04:45 -0700 Subject: [PATCH] Simplify --- imp/lib/Auth.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/imp/lib/Auth.php b/imp/lib/Auth.php index 078312e55..e9021ccf3 100644 --- a/imp/lib/Auth.php +++ b/imp/lib/Auth.php @@ -158,11 +158,7 @@ class IMP_Auth } try { - return self::authenticate(array( - 'password' => $credentials['password'], - 'server' => $credentials['server'], - 'userId' => $credentials['userId'] - )); + return self::authenticate($credentials); } catch (Horde_Auth_Exception $e) { return false; } -- 2.11.0