MantisBT: master-2.25 c56be779

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2021-06-15 15:21 master-2.25 d092e648
Affected Issues  0028803: PHP 8: "Bad Request" error on custom field filters
Changeset

filter_form_get_input() now throws StateException

Previously the function called trigger_error() and returned false to
handle usage of @ operator by caller. This no longer works on PHP 8, so
we now throw an exception instead.

Issue 0028803

mod - core/filter_form_api.php Diff File