diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-09-03 18:12:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-09-03 18:12:08 +0200 |
commit | f9c7c89528430b85e55af20a232c718545415e6f (patch) | |
tree | 05895b1e9595e3dec9e6afb565d46827c5c84ce6 | |
parent | 21643b053d8d4097f7bb51463a1562738b82892d (diff) |
index.pl: Fix typo causing all checkins to be done by 'dev'
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |