Fixed parser always being set to bbcode.
This commit is contained in:
parent
f6f5692166
commit
0e42f8df0e
1 changed files with 1 additions and 1 deletions
|
@ -243,6 +243,6 @@ echo tpl_render('forum.posting', [
|
||||||
'title' => $topicTitle ?? null,
|
'title' => $topicTitle ?? null,
|
||||||
'type' => $topicType ?? null,
|
'type' => $topicType ?? null,
|
||||||
'text' => $postText ?? null,
|
'text' => $postText ?? null,
|
||||||
'parser' => $postParser ?? MSZ_PARSER_BBCODE,
|
'parser' => $postParser ?? null,
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue