mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 03:18:52 +00:00
[feature/twig] Fix call for previous change to var name case
PHPBB3-11598
This commit is contained in:
parent
f902523956
commit
3b9cb7faa7
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class phpbb_template_twig_environment extends Twig_Environment
|
|||
{
|
||||
if (strpos($name, '@') === false)
|
||||
{
|
||||
foreach ($this->namespaceLookUpOrder as $namespace)
|
||||
foreach ($this->getNamespaceLookUpOrder() as $namespace)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue