mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01: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->clearAllRecipients();
|
||||
$this->clearReplyTos();
|
||||
return $this;
|
||||
return;
|
||||
}
|
||||
if ($account !== false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user