Fix log call
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 27 Jul 2009 06:26:04 +0000 (00:26 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 27 Jul 2009 17:29:19 +0000 (11:29 -0600)
imp/lib/Compose.php

index 16cfe50..d4ef257 100644 (file)
@@ -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;
         }