Skip to content

Commit

Permalink
Merge branch 'master' into mimesign
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Mar 6, 2015
2 parents 16aba04 + 27cc552 commit 91c5a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.smtp.php
Expand Up @@ -725,7 +725,7 @@ protected function parseHelloFields($type)
continue;
}
$fields = explode(' ', $s);
if ($fields) {
if (!empty($fields)) {
if (!$n) {
$name = $type;
$fields = $fields[0];
Expand Down

0 comments on commit 91c5a60

Please sign in to comment.