From 35a8b271692ca9285a77e8e5c0d00d3048aa12dc Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 27 Jul 2009 00:26:04 -0600 Subject: [PATCH] Fix log call --- imp/lib/Compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index 16cfe50bf..d4ef2575a 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -761,7 +761,7 @@ class IMP_Compose try { $results = $registry->call('contacts/search', array($emails, array($abook), array($abook => array('email')))); } catch (Horde_Exception $e) { - Horde::logMessage($e); + Horde::logMessage($e, __FILE__, __LINE__, PEAR_LOG_ERR); $notification->push(_("Could not save recipients.")); return; } -- 2.11.0