Skip to content

Commit df36664

Browse files
committed
Use the filters array to filter the template group
1 parent 219e1f2 commit df36664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/system/interaction/admin/TemplateGroupInteractions.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function render(DatabaseObject $object): string
3737
'<a href="%s">%s</a>',
3838
StringUtil::encodeHTML(
3939
LinkHandler::getInstance()->getControllerLink(TemplateListPage::class, [
40-
'templateGroupID' => $object->templateGroupID,
40+
"filters" => ['templateGroupID' => $object->templateGroupID,]
4141
])
4242
),
4343
WCF::getLanguage()->get('wcf.acp.template.group.button.showTemplates')

0 commit comments

Comments
 (0)