diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 5e30c77..b2877f0 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -36,7 +36,7 @@ % my $acc = current_user(); % my $hook = get_webhook(); -% my $traewelling = traewelling->get($acc->{id}); +% my $traewelling = traewelling->get(uid => $acc->{id}); % my $use_history = users->use_history(uid => $acc->{id}); <div class="row"> <div class="col s12"> |