From 657c4739efc3087df2ae2508fa41b886c7d834e2 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 20:19:38 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/templates/comments.html b/files/templates/comments.html index 0104b67459..61a9e67b61 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -526,6 +526,9 @@ {% endif %} {% if offset %} + {% if p %} + {% set pid = p.id %} + {% endif %}