From: Michael M Slusarz Date: Mon, 27 Jul 2009 06:26:04 +0000 (-0600) Subject: Fix log call X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=35a8b271692ca9285a77e8e5c0d00d3048aa12dc;p=horde.git Fix log call --- 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; }