mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
[ticket/14661] Fix a typo in twig.php
PHPBB3-14661
This commit is contained in:
parent
b63c61d099
commit
ff8b5058e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue