1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-15 14:16:28 +02:00

[feature/twig] Fix call for previous change to var name case

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-07-01 21:29:15 -05:00
parent f902523956
commit 3b9cb7faa7

View File

@ -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
{