diff options
author | Derf Null <derf@finalrewind.org> | 2023-05-29 15:24:51 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-05-29 15:24:51 +0200 |
commit | a3c97a17a8b910c1d811fa38e44fdb337bdc4d45 (patch) | |
tree | 3ddee2d83c688f103d0f8406a788ba85b2e57f46 /templates/edit_comment.html.ep | |
parent | 24584f71b1c19d16af29b547fe27bae8c8ad5d5c (diff) |
comment editor, share button: fix comment visibility check
Diffstat (limited to 'templates/edit_comment.html.ep')
-rw-r--r-- | templates/edit_comment.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_comment.html.ep b/templates/edit_comment.html.ep index 81353a2..4f8e3e4 100644 --- a/templates/edit_comment.html.ep +++ b/templates/edit_comment.html.ep @@ -29,7 +29,7 @@ am <b><%= $journey->{sched_departure}->strftime('%d.%m.%Y') %></b> </p> - % if (current_user()->{is_public} & 0x04) { + % if (current_user()->{comments_visible}) { <p> Der hier eingetragene Text ist als Teil deines Nutzerstatus öffentlich sichtbar. |