summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-03-18 18:47:52 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-03-18 18:49:00 +0100
commit07b3ea19a6ee820da9bf3b9ee5f9504e05f54356 (patch)
tree52137a8f964c1c8bdab0cba05183ca890370444c /templates/layouts
parent842fcbcea9e8642fa4a954c079b3f5d8f073f565 (diff)
never call get_user_data directly
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 588a83c..8f5bdc2 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -34,7 +34,7 @@
<div class="container">
% if (is_user_authenticated()) {
- % my $acc = get_user_data();
+ % my $acc = current_user();
% if ($acc and $acc->{deletion_requested}) {
%= include '_deletion_note', timestamp => $acc->{deletion_requested}
% }