mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
API - Make send() extending signature compatible parent
This commit is contained in:
parent
e805a02ef3
commit
de58e561a9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user