Skip to content

Commit

Permalink
GH-230 Remove unnecessary merge with $_Lang
Browse files Browse the repository at this point in the history
  • Loading branch information
mdziekon committed Jul 11, 2022
1 parent 54ac6eb commit 6bb13aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function render($props) {
$tplBodyParams = [
'content' => $content,
];
$tplBodyParams = array_merge($_Lang, $tplBodyParams);

$componentHTML = parsetemplate(
$localTemplateLoader('body'),
Expand Down

0 comments on commit 6bb13aa

Please sign in to comment.