From f9c7c89528430b85e55af20a232c718545415e6f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 3 Sep 2018 18:12:08 +0200 Subject: index.pl: Fix typo causing all checkins to be done by 'dev' --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index 1fa9e38..933e91f 100644 --- a/index.pl +++ b/index.pl @@ -244,7 +244,7 @@ helper 'checkin' => sub { } else { my $success = $self->app->checkin_query->execute( - $self->app->get_user_id, + $self->get_user_id, $self->get_station_id( ds100 => $status->{station_ds100}, name => $status->{station_name} -- cgit v1.2.3