Accept "null" as value for the "about" text

This commit is contained in:
Michael 2024-06-18 05:49:04 +00:00
parent 269c67a185
commit c96b28ee63

View file

@ -854,7 +854,7 @@ class Profile
* @param string $language
* @return string
*/
public static function addResponsibleRelayContact(string $about, int $parent_uid = null, int $account_type, string $language): string
public static function addResponsibleRelayContact(string $about = null, int $parent_uid = null, int $account_type, string $language): ?string
{
if (($account_type != User::ACCOUNT_TYPE_RELAY) || empty($parent_uid)) {
return $about;