summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-02-16 20:39:49 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-02-16 20:39:49 +0100
commitef3252863e28905fe96a49a91e5a62c156c69e6e (patch)
treebea7dc3685a41ed86c684f130e6e33f2707d5a43 /templates
parent8f906da9c29fdb63699fbfa4e82deba560b62ca4 (diff)
Traewelling::get: Use named args
Diffstat (limited to 'templates')
-rw-r--r--templates/account.html.ep2
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">