FLEXIcontent / flexicontent-cck

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

Update category.php for PHP 8.1 #1181

Closed iamrobert closed 5 months ago

iamrobert commented 5 months ago

Deprecated: SimpleXMLElement::addAttribute(): Passing null to parameter #2 ($value) of type string is deprecated in administrator\components\com_flexicontent\models\category.php on line 657

Updated category.php to fix deprecation warnings in PHP 8.1. Replaced null with empty strings for SimpleXMLElement::addAttribute() calls.