mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix PHP 8.x Fatal changing languages
This commit is contained in:
parent
5320e05182
commit
9188b04256
@ -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