Merge branch 'master' into 6.0
# Conflicts: # class.phpmaileroauth.php # examples/scripts/shLegacy.js # extras/htmlfilter.php # extras/ntlm_sasl_client.php # src/SMTP.php
This commit is contained in:
commit
9875dc1faa
|
|
@ -210,7 +210,7 @@ class SMTP
|
|||
}
|
||||
//Avoid clash with built-in function names
|
||||
if (!in_array($this->Debugoutput, ['error_log', 'html', 'echo']) and is_callable($this->Debugoutput)) {
|
||||
call_user_func($this->Debugoutput, $str, $this->do_debug);
|
||||
call_user_func($this->Debugoutput, $str, $level);
|
||||
return;
|
||||
}
|
||||
switch ($this->Debugoutput) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue