mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:36:39 +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)
|
if (strpos($name, '@') === false)
|
||||||
{
|
{
|
||||||
foreach ($this->namespaceLookUpOrder as $namespace)
|
foreach ($this->getNamespaceLookUpOrder() as $namespace)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user