From 4743aa7a77fd9493842a5cfc073a23d5a4fbb705 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 10 Jan 2019 21:40:15 +0100 Subject: [PATCH] //whoops that isn't right --- templates/forum/macros.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/forum/macros.twig b/templates/forum/macros.twig index 799a9d80..52bceef1 100644 --- a/templates/forum/macros.twig +++ b/templates/forum/macros.twig @@ -396,7 +396,7 @@
- {% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : post.post_id) %} + {% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : 'p%d'|format(post.post_id)) %}