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 b2877f0..bce4dcb 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -35,7 +35,7 @@ % } % my $acc = current_user(); -% my $hook = get_webhook(); +% my $hook = users->get_webhook(uid => $acc->{id}); % my $traewelling = traewelling->get(uid => $acc->{id}); % my $use_history = users->use_history(uid => $acc->{id}); <div class="row"> |