cakephp2-php8/lib/Cake/I18n
Patrick Barabe 0f45d97c71
Fix deprecation error in I18n (#71)
Utility\I18n's protected _bindTextDomain method was sometimes assigning an array key
to an array element that evaluated as false. This was trigging deprecation error
'Automatic conversion of false to array is deprecated'.

This modification checks whether the array element is false and explicitly converts it
to an array if it is.

closes #70
2024-05-22 18:00:49 +02:00
..
I18n.php Fix deprecation error in I18n (#71) 2024-05-22 18:00:49 +02:00
L10n.php add fo-fo 2020-09-01 13:28:14 +02:00
Multibyte.php Fix Multibyte::strtolower() 2018-01-17 23:02:13 +09:00