diff --git a/api/src/Mailer.php b/api/src/Mailer.php index ae761a411f..9262201f14 100644 --- a/api/src/Mailer.php +++ b/api/src/Mailer.php @@ -511,7 +511,7 @@ class Mailer extends Horde_Mime_Mail * @throws Exception\NotFound for no smtp account available * @throws Horde_Mime_Exception */ - function send(Horde_Mail_Transport $transport=null, $resend=true, $flowed=null, array $opts = array()) + function send($transport=null, $resend=true, $flowed=null, array $opts = array()) { unset($resend); // parameter is not used, but required by function signature