i18n in the imap plugin
This commit is contained in:
parent
7dde17862a
commit
a07d8dab25
@ -117,7 +117,7 @@ class IMAPMailHandler extends MailHandler
|
|||||||
{
|
{
|
||||||
$this->log(LOG_INFO, "Error: $from $msg");
|
$this->log(LOG_INFO, "Error: $from $msg");
|
||||||
$headers['To'] = $from;
|
$headers['To'] = $from;
|
||||||
$headers['Subject'] = "Error";
|
$headers['Subject'] = _m('Error');
|
||||||
|
|
||||||
return mail_send(array($from), $headers, $msg);
|
return mail_send(array($from), $headers, $msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user