fix missed parameter in new template
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 31 Dec 2021 19:21:49 +0000 (11:21 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 31 Dec 2021 19:21:49 +0000 (11:21 -0800)
src/template/admin-topic-details-html.js

index 0c281e48086ef4514ea75996ec62577b0823d66d..2b9a1af7fb44400768ffa9e416084651a034c525 100644 (file)
@@ -58,5 +58,5 @@ module.exports = (ctx, options) => {
       </section>`,
   ];
 
-  return th.htmlPage(2, htmlOptions, content);
+  return th.htmlPage(2, ctx, htmlOptions, content);
 };
\ No newline at end of file