MantisBT: master c1edaa4a

Author Committer Branch Timestamp Parent
dregad dregad master 2025-02-25 19:29 master e6dd655b
Affected Issues  0035215: PHP 8.4: Implicitly nullable parameter types are deprecated
Changeset

Fix Argument must be of type array, null given

BugFilterQuery::build_prop_plugin_filters() initializes $t_params = null
instead of [], causing error in helper_convert_legacy_clause().

Regression introduced by c939e5574556a2986bdd23d2ba9369d03595c269.

Issue 0035215

mod - core/classes/BugFilterQuery.class.php Diff File