RinkAttendant6 / JsonI18n

Simple PHP internationalization library using JSON data
Mozilla Public License 2.0
4 stars 1 forks source link

Prevent null arrays from throwing error #6

Closed RinkAttendant6 closed 9 years ago

RinkAttendant6 commented 9 years ago

When null is passed as the first parameter to localizeArray(), a catchable fatal error is thrown due to the type hinting.