Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preventing Fatal error in PHP 8 for ezobjectrelationlist datatype whe…
…n data_text is an empty string or null We want to standardize the data_text default value to an empty string because in PHP 8 most of operations with string will throw a Fatal error when passing null. The data_text value is initialized with a null value when adding a new attribute to an existing content class.
- Loading branch information