Fix crash when calling tags from other tags
This commit is contained in:
parent
b336e8b5f4
commit
ca9ea60082
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export async function renderTagBody(
|
|||
return "<embed>";
|
||||
}
|
||||
|
||||
const rendered = await renderTagBody(pluginData, subTagBody, subTagArgs, subTagPermissionMatchParams);
|
||||
const rendered = await renderTagBody(pluginData, subTagBody, subTagArgs, extraData, subTagPermissionMatchParams);
|
||||
return rendered.content!;
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue