mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28:49 +00:00
[phpmailer] Update phpmailer to v6.5.0
This commit is contained in:
parent
3879d4f4fa
commit
410c90460e
66 changed files with 1022 additions and 540 deletions
2
phpmailer/vendor/composer/ClassLoader.php
vendored
2
phpmailer/vendor/composer/ClassLoader.php
vendored
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue