From: Hypolite Petovan Date: Mon, 26 Dec 2022 14:26:57 +0000 (-0500) Subject: Fix wrong variable reference in view wall_thread template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1be9d6b2cba7f0e61e4701a70ade7dd4b8a40832;p=friendica.git Fix wrong variable reference in view wall_thread template - Address https://github.com/friendica/friendica/issues/12488#issuecomment-1364715116 --- diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index 7d851d0015..a9ec4c90ad 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}}