fix stalled install by calling defaultLabel with null

This commit is contained in:
ralf 2024-09-08 17:09:32 +02:00
parent 9c841fe2a8
commit dde83c7b07

View File

@ -411,7 +411,7 @@ class preferences_settings
return null; return null;
} }
public static function defaultLabel(string $type='user') public static function defaultLabel(?string $type='user')
{ {
switch($type) switch($type)
{ {