From 2093860d44dbe477f9fe6a37dc89cdd0089dd19a Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 14 Jan 2014 09:21:34 +0000 Subject: [PATCH] fix cnp-error --- mail/inc/class.mail_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/inc/class.mail_hooks.inc.php b/mail/inc/class.mail_hooks.inc.php index 26c2d536b2..6203294339 100644 --- a/mail/inc/class.mail_hooks.inc.php +++ b/mail/inc/class.mail_hooks.inc.php @@ -815,7 +815,7 @@ class mail_hooks } catch (Exception $e) { // TODO: This is ugly. Log a bit nicer! $error = $e->getMessage(); - error_log(__METHOD__.__LINE__.' # '.self::_appname.' (user: '.$recipient->account_lid.'): cannot connect to mailbox with Profile:'.$activeProfile.'. Please check your prefs!'); + error_log(__METHOD__.__LINE__.' # '.' (user: '.$recipient->account_lid.'): cannot connect to mailbox with Profile:'.$activeProfile.'. Please check your prefs!'); if (!empty($error)) error_log(__METHOD__.__LINE__.' # '.$error); error_log(__METHOD__.__LINE__.' # Instance='.$GLOBALS['egw_info']['user']['domain'].', User='.$GLOBALS['egw_info']['user']['account_lid']); return false; // cannot connect to mailbox