mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-22 16:53:16 +01:00
* Fix: prevent "Cannot access offset of type string on string" in param_ihm.php - Added validation to handle cases where $tmparray items are strings instead of arrays - Normalized entries to ensure each item has a 'label' and 'picto' key - Defaulted 'picto' to "generic" when missing - Prevents fatal error under PHP 8 when accessing $val['label'] or $val['picto'] * fix codesniffer issue --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>