summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-09-03 18:12:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-09-03 18:12:08 +0200
commitf9c7c89528430b85e55af20a232c718545415e6f (patch)
tree05895b1e9595e3dec9e6afb565d46827c5c84ce6 /index.pl
parent21643b053d8d4097f7bb51463a1562738b82892d (diff)
index.pl: Fix typo causing all checkins to be done by 'dev'
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
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}