forked from extern/egroupware
on InlineImageExists make sure there is at least one attachment
This commit is contained in:
parent
7e00a006d7
commit
e8852dc8f3
@ -1982,7 +1982,7 @@ class PHPMailer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ($matchall?($i===count($this->attachment)):false);
|
return ($matchall?($i>0 && $i===count($this->attachment)):false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////
|
/////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user