mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
d2c85cfe86
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button']) |
||
---|---|---|
.. | ||
class.timesheet_bo.inc.php | ||
class.timesheet_datasource.inc.php | ||
class.timesheet_egw_record.inc.php | ||
class.timesheet_export_csv.inc.php | ||
class.timesheet_favorite_portlet.inc.php | ||
class.timesheet_hooks.inc.php | ||
class.timesheet_import_csv.inc.php | ||
class.timesheet_merge.inc.php | ||
class.timesheet_tracking.inc.php | ||
class.timesheet_ui.inc.php | ||
class.timesheet_wizard_export_csv.inc.php | ||
class.timesheet_wizard_import_csv.inc.php |