From d964652aeb155d8903738224cc843fb03b6c88fe Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 12 Mar 2009 12:16:57 -0600 Subject: [PATCH] Bug #8071: Fix typo --- imp/lib/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/api.php b/imp/lib/api.php index ffbe676ca..a18ada84e 100644 --- a/imp/lib/api.php +++ b/imp/lib/api.php @@ -115,7 +115,7 @@ function _imp_authCredentials() { $app_name = $GLOBALS['registry']->get('name'); - require_once dirname(__FILE__) . '/IMAP.php'; + require_once dirname(__FILE__) . '/Imap.php'; $servers = IMP_Imap::loadServerConfig(); $server_list = array(); foreach ($servers as $key => $val) { -- 2.11.0