Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX Add protection against deprecated warning from
mb_check_encoding()
When the `$fieldValue` is not set, the `mb_check_encoding()` function raises a deprecation warning. ``` [Deprecated] mb_check_encoding(): Calling mb_check_encoding() without argument is deprecated ``` So we make sure the field value is set before using it.
- Loading branch information