mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
fix IDE warning/error: constructor returning something
This commit is contained in:
parent
13d1289910
commit
20d3394e2b
@ -80,7 +80,7 @@ class Mailer extends Horde_Mime_Mail
|
|||||||
$this->_headers = new Horde_Mime_Headers();
|
$this->_headers = new Horde_Mime_Headers();
|
||||||
$this->clearAllRecipients();
|
$this->clearAllRecipients();
|
||||||
$this->clearReplyTos();
|
$this->clearReplyTos();
|
||||||
return $this;
|
return;
|
||||||
}
|
}
|
||||||
if ($account !== false)
|
if ($account !== false)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user