mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-08 16:04:57 +02:00
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])