fix bug error message supressed on close()
This commit is contained in:
parent
29cdd9af52
commit
fddd95c23e
|
|
@ -682,7 +682,6 @@ class SMTP
|
|||
*/
|
||||
public function close()
|
||||
{
|
||||
$this->setError('');
|
||||
$this->server_caps = null;
|
||||
$this->helo_rply = null;
|
||||
if (is_resource($this->smtp_conn)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue