From a3c97a17a8b910c1d811fa38e44fdb337bdc4d45 Mon Sep 17 00:00:00 2001 From: Derf Null Date: Mon, 29 May 2023 15:24:51 +0200 Subject: comment editor, share button: fix comment visibility check --- templates/edit_comment.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/edit_comment.html.ep') 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 <%= $journey->{sched_departure}->strftime('%d.%m.%Y') %>

- % if (current_user()->{is_public} & 0x04) { + % if (current_user()->{comments_visible}) {

Der hier eingetragene Text ist als Teil deines Nutzerstatus öffentlich sichtbar. -- cgit v1.2.3