From 1be9d6b2cba7f0e61e4701a70ade7dd4b8a40832 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 26 Dec 2022 09:26:57 -0500 Subject: [PATCH] Fix wrong variable reference in view wall_thread template - Address https://github.com/friendica/friendica/issues/12488#issuecomment-1364715116 --- view/theme/vier/templates/wall_thread.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index 7d851d001..a9ec4c90a 100644 --- a/view/theme/vier/templates/wall_thread.tpl +++ b/view/theme/vier/templates/wall_thread.tpl @@ -128,7 +128,7 @@ {{/if}}{{if $item.vote.dislike}} {{$item.vote.dislike.0}} {{/if}}{{if $item.vote.announce}} - {{$item.vote.dislike.0}} + {{$item.vote.announce.0}} {{/if}} {{if $item.vote.share}} {{$item.vote.share.0}}