From b1e39d1bf6a97fca54af249245239c8a29d6f73f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 17 May 2025 14:11:07 +0200 Subject: Fix anchors in DBF links for HAFAS and DBRIS checkins --- lib/Travelynx/Model/Users.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx/Model') diff --git a/lib/Travelynx/Model/Users.pm b/lib/Travelynx/Model/Users.pm index b6a02f8..750e889 100644 --- a/lib/Travelynx/Model/Users.pm +++ b/lib/Travelynx/Model/Users.pm @@ -440,7 +440,7 @@ sub get { past_all => $user->{public_level} & 0x10000 ? 1 : 0, email => $user->{email}, sb_template => - 'https://dbf.finalrewind.org/{name}?rt=1&dbris={dbris}&hafas={hafas}#{tt}{tn}', +'https://dbf.finalrewind.org/{name}?rt=1&dbris={dbris}&hafas={hafas}#{id_or_tttn}', registered_at => DateTime->from_epoch( epoch => $user->{registered_at_ts}, time_zone => 'Europe/Berlin' -- cgit v1.2.3