mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:18 +01:00
d2c85cfe86
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button']) |
||
---|---|---|
.. | ||
class.preferences_acl.inc.php | ||
class.preferences_categories_ui.inc.php | ||
class.preferences_hooks.inc.php | ||
class.preferences_password.inc.php | ||
class.preferences_settings.inc.php |