diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-02-16 20:39:49 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-02-16 20:39:49 +0100 |
commit | ef3252863e28905fe96a49a91e5a62c156c69e6e (patch) | |
tree | bea7dc3685a41ed86c684f130e6e33f2707d5a43 /templates/account.html.ep | |
parent | 8f906da9c29fdb63699fbfa4e82deba560b62ca4 (diff) |
Traewelling::get: Use named args
Diffstat (limited to 'templates/account.html.ep')
-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"> |