Changing wordwrap parameter to 120

1.9.x
Julio Montoya 13 years ago
parent 4c3613ef7c
commit 21021fbbcb
  1. 4
      main/inc/lib/symfony/Monolog/Handler/NativeMailerHandler.php

@ -44,6 +44,6 @@ class NativeMailerHandler extends MailHandler
*/
protected function send($content)
{
mail($this->to, $this->subject, wordwrap($content, 70), $this->headers);
mail($this->to, $this->subject, wordwrap($content, 120), $this->headers);
}
}
}

Loading…
Cancel
Save