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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user