projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4399e7b
)
Fix log call
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 27 Jul 2009 06:26:04 +0000
(
00:26
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 27 Jul 2009 17:29:19 +0000
(11:29 -0600)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
16cfe50
..
d4ef257
100644
(file)
--- 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;
}