# # # patch "mtn-browse" # from [239c33e41834e61f50e48b04874dc881898c5bef] # to [60f487dbe52575f282947312952f8e3d818297d9] # ============================================================ --- mtn-browse 239c33e41834e61f50e48b04874dc881898c5bef +++ mtn-browse 60f487dbe52575f282947312952f8e3d818297d9 @@ -2676,7 +2676,7 @@ sub setup_mtn_object($$) if ($user_preferences->{show_suspended}) { - if ($mtn->can(MTN_IGNORE_SUSPEND_CERTS)) + if ($mtn->supports(MTN_IGNORING_OF_SUSPEND_CERTS)) { $mtn->ignore_suspend_certs(1); }