mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +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
|
else
|
||||||
{
|
{
|
||||||
$button = @key($content['button']);
|
$button = key($content['button'] ?? []);
|
||||||
|
|
||||||
if ($button)
|
if ($button)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user