From f2b962998eac906e87b4a83337fd9e3dc96eb59c Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 31 Dec 2021 11:21:49 -0800 Subject: [PATCH] fix missed parameter in new template --- src/template/admin-topic-details-html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/admin-topic-details-html.js b/src/template/admin-topic-details-html.js index 0c281e4..2b9a1af 100644 --- a/src/template/admin-topic-details-html.js +++ b/src/template/admin-topic-details-html.js @@ -58,5 +58,5 @@ module.exports = (ctx, options) => { `, ]; - return th.htmlPage(2, htmlOptions, content); + return th.htmlPage(2, ctx, htmlOptions, content); }; \ No newline at end of file -- 2.43.2