mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 11:39:37 +02:00
Merge pull request #4346 from lavigor/ticket/14661
[ticket/14661] Fix a typo in twig.php
This commit is contained in:
commit
cf2b96def7
@ -350,7 +350,7 @@ class twig extends \phpbb\template\base
|
|||||||
return $this->twig->render($this->get_filename_from_handle($handle), $this->get_template_vars());
|
return $this->twig->render($this->get_filename_from_handle($handle), $this->get_template_vars());
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->assign_var($template_var, $this->twig->render($this->get_filename_from_handle($handle, $this->get_template_vars())));
|
$this->assign_var($template_var, $this->twig->render($this->get_filename_from_handle($handle), $this->get_template_vars()));
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user