Fix for php 8

This commit is contained in:
ptibogxiv 2021-07-29 10:51:51 +02:00 committed by GitHub
parent 50f3960d80
commit da482018d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1628,7 +1628,7 @@ class CMailFile
* @return array array of email => name
* @see getValidAddress()
*/
public function getArrayAddress($address)
public static function getArrayAddress($address)
{
global $conf;