-
beltofte →
committed fae9aef5 on 8.x-1.x
Issue #3307578 by szato, beltofte: PHP 8 Compatibility
-
beltofte →
committed fae9aef5 on 8.x-1.x
- Status changed to Fixed
over 1 year ago 9:25am 11 July 2023 - 🇩🇰Denmark beltofte Copenhagen 🇩🇰
Thanks for working on the fix. parse_str() returns either an array or FALSE, and isset() will return TRUE even the variable in argument is FALSE. I have therefore change it from isset() to !empty(). Also implemented a minor change to the foreach loop filtering unwanted query parameters, as $query_parts may not be set.
- Status changed to Fixed
over 1 year ago 12:52pm 11 July 2023