mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function defaultLabel(string $type='user')
|
public static function defaultLabel(?string $type='user')
|
||||||
{
|
{
|
||||||
switch($type)
|
switch($type)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user