mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
9345152c98
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button']) |
||
---|---|---|
.. | ||
class.filemanager_admin.inc.php | ||
class.filemanager_favorite_portlet.inc.php | ||
class.filemanager_hooks.inc.php | ||
class.filemanager_merge.inc.php | ||
class.filemanager_select.inc.php | ||
class.filemanager_shares.inc.php | ||
class.filemanager_ui.inc.php |