Skip to content

Commit

Permalink
Purify key
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Jun 13, 2024
1 parent def0092 commit 6904a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Core/pages/panel/general_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@
}

$homepage_pages[] = [
'value' => $key,
'name' => $key,
'value' => Output::getPurified($key),
'name' => Output::getPurified($key),
'module' => $page['module']
];
}
Expand Down

0 comments on commit 6904a40

Please sign in to comment.