diff --git a/src/Eccube/Twig/Template.php b/src/Eccube/Twig/Template.php index da7bf93a6c5..16b23b800ec 100644 --- a/src/Eccube/Twig/Template.php +++ b/src/Eccube/Twig/Template.php @@ -38,7 +38,7 @@ public function display(array $context, array $blocks = []) $newTemplate = $this->env->createTemplate($event->getSource()); $newTemplate->display($event->getParameters(), $blocks); } else { - parent::display($context, $blocks); + parent::display($event->getParameters(), $blocks); } } else { parent::display($context, $blocks);