Skip to content

Commit

Permalink
Fixed double creation of parameters for template override
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed Nov 2, 2016
1 parent d8183af commit 5b4816f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/cms/application/site.php
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,6 @@ public function getTemplate($params = false)
if ($tmpl->template == $template_override)
{
$template = $tmpl;

$template->params = new Registry($template->params);

break;
}
}
Expand Down

0 comments on commit 5b4816f

Please sign in to comment.