FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
82 stars 53 forks source link

Update value_default.php #1174

Closed iamrobert closed 6 months ago

iamrobert commented 6 months ago

The same Issue of depreciation in 8.1

if ( $value === null || !strlen($value) )

PHP 7.4, strlen() can accept null values without issuing a deprecation notice.