MantisBT: master-2.26 1f355013

Author Committer Branch Timestamp Parent
dregad dregad master-2.26 2024-05-08 12:57 master-2.26 5442e838
Affected Issues  0034439: Deprecated warning when updating Issue with null checkbox Custom Field
Changeset

Fix PHP 8.2 deprecated warning

When editing an issue with a Custom Field of type Checkbox and the
field's value is null, a deprecated warning is shown with PHP 8.2

DEPRECATED: 'explode(): Passing null to parameter 0000002 ($string) of
type string is deprecated' in ./core/cfdefs/cfdef_standard.php' line 406

Fixes 0034439

mod - core/cfdefs/cfdef_standard.php Diff File