You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method get_disputes_needing_response() is called in get_title() and if null is returned, it leads to a warning when foreach is called on $active_disputes, and then a fatal when count is called on $active_disputes.
Describe the bug
The method
get_disputes_needing_response()
is called inget_title()
and ifnull
is returned, it leads to a warning whenforeach
is called on$active_disputes
, and then a fatal whencount
is called on$active_disputes
.Looks like this was just introduced in #6548 .
The text was updated successfully, but these errors were encountered: