Revision b11e85ca5a20df57fb8af8bb08c34af38289e0e2

Committed on 21/11/2024 1:40 pm by Thiago Campos Viana <thiago@mugo.ca> [GitHub Diff]

Preventing Fatal error in PHP 8 for ezmatrix datatype when 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.