mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix stalled install by calling defaultLabel with null
This commit is contained in:
parent
9c841fe2a8
commit
dde83c7b07
@ -411,7 +411,7 @@ class preferences_settings
|
||||
return null;
|
||||
}
|
||||
|
||||
public static function defaultLabel(string $type='user')
|
||||
public static function defaultLabel(?string $type='user')
|
||||
{
|
||||
switch($type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user