Open Ilya-Zhulin opened 9 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.
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.