Closed tacman closed 2 years ago
FILTER_SANITIZE_STRING is deprecated, it is used in createDownloadResponse() in DownloadHandler.php
https://stackoverflow.com/questions/69207368/constant-filter-sanitize-string-is-deprecated
Is there another way to handle that? I don't completely follow what this method does, and am wondering if the string manipulation is still needed.
Fixed in latest version
FILTER_SANITIZE_STRING is deprecated, it is used in createDownloadResponse() in DownloadHandler.php
https://stackoverflow.com/questions/69207368/constant-filter-sanitize-string-is-deprecated
Is there another way to handle that? I don't completely follow what this method does, and am wondering if the string manipulation is still needed.