mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix PHP 8.x Fatal changing languages
This commit is contained in:
parent
f40d854592
commit
53fe8a730e
@ -44,7 +44,7 @@ class admin_messages
|
||||
}
|
||||
else
|
||||
{
|
||||
$button = @key($content['button']);
|
||||
$button = key($content['button'] ?? []);
|
||||
|
||||
if ($button)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user