aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-25 21:42:32 +0000
committerMario <mario@mariovavti.com>2024-03-25 21:42:32 +0000
commitf72f5c7321398881243bb509211958414708e43e (patch)
treeac4685581296b021ad7c5853d347b66ac41af691
parenta5d483fb5d622bf0bc35c02bb569ea8f1ef58f6a (diff)
downloadvolse-hubzilla-f72f5c7321398881243bb509211958414708e43e.tar.gz
volse-hubzilla-f72f5c7321398881243bb509211958414708e43e.tar.bz2
volse-hubzilla-f72f5c7321398881243bb509211958414708e43e.zip
wrong dreport link in blog mode
-rw-r--r--view/tpl/conv_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index fe9167a88..2d6c6fe8e 100644
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -205,7 +205,7 @@
{{/if}}
{{if $item.edpost && $item.dreport}}
<div class="dropdown-divider"></div>
- <a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a>
+ <a class="dropdown-item" href="dreport/{{$item.dreport_link}}">{{$item.dreport}}</a>
{{/if}}
{{if $item.settings}}
<div class="dropdown-divider"></div>