Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!
https://www.seblod.com
GNU General Public License v2.0
126 stars 54 forks source link

Update link.php to exclude Deprecated message #802

Open Ilya-Zhulin opened 5 months ago

Ilya-Zhulin commented 5 months ago

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /plugins/cck_field/link/link.php on line 132

This message we see after opening User Create Form in Joomla. The best way I see for now - to use or null coalescing operator. image