Merge pull request #18280 from ptibogxiv/patch-439

Fix for php 8
This commit is contained in:
Laurent Destailleur 2021-07-30 15:19:54 +02:00 committed by GitHub
commit 5995e01bd1
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;