[phpmailer] Update phpmailer to v6.5.0

This commit is contained in:
Philipp 2021-06-26 19:46:51 +02:00
parent 3879d4f4fa
commit 410c90460e
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
66 changed files with 1022 additions and 540 deletions

View file

@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}
return array();