mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
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…
x
Reference in New Issue
Block a user