Skip to content

Commit

Permalink
Remove ->parse() from message
Browse files Browse the repository at this point in the history
Already escaped so no need
  • Loading branch information
AgentIsai authored Oct 25, 2023
1 parent b3fcf52 commit bcc059a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Specials/SpecialManageWikiDefaultPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function buildMainView() {

$resetDescriptor['info'] = [
'type' => 'info',
'default' => $this->msg( 'managewiki-permissions-resetgroups-header' )->parse(),
'default' => $this->msg( 'managewiki-permissions-resetgroups-header' ),
];

$resetForm = HTMLForm::factory( 'ooui', $resetDescriptor, $this->getContext() );
Expand Down

0 comments on commit bcc059a

Please sign in to comment.