Z-Hub / Z-Push

Home of Z-Push
https://z-push.org
GNU Affero General Public License v3.0
97 stars 47 forks source link

Update mime_encode.php #82

Closed dallaslu closed 4 months ago

dallaslu commented 4 months ago

fix: error PHP message: PHP Fatal error: Uncaught TypeError: strcasecmp(): Argument #1 ($string1) must be of type string

There is is_array($value) in default case, so, it needs is_string to detect.

matidau commented 4 months ago

This one is also good to merge, if you can release it (or the other PR) under the AGPLv3.

Thanks again 🙂