egroupware/preferences/inc
Ralf Becker d2c85cfe86 fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:08:32 +02:00
..
class.preferences_acl.inc.php use new api for preferences 2016-04-30 17:16:36 +00:00
class.preferences_categories_ui.inc.php * Preferences: Fix delete personal category required admin permission 2020-06-03 15:45:25 -06:00
class.preferences_hooks.inc.php spread operator does not take care of it automatic, have to use array_values to get ride of string keys 2021-04-06 09:47:21 +02:00
class.preferences_password.inc.php * Password&Security: fix not working password change after 19.1.20190917 2019-09-19 12:58:17 +02:00
class.preferences_settings.inc.php fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:08:32 +02:00