kalkun-sms / Kalkun

Open Source Web based SMS Manager
https://kalkun.sourceforge.io/
GNU General Public License v2.0
210 stars 131 forks source link

cast return value to string #469

Closed tenzap closed 2 years ago

tenzap commented 2 years ago

With PHP 8.1, there is this error passing null to parameter of type string deprecated on that line for htmlentities

This should fix it

Fixes: #468