phpBB

Code Changes

File: phpbb/template/twig/extension.php

  Unmodified   Added   Modified   Removed
Line 169Line 169
		$args = func_get_args();
$key = $args[0];


		$args = func_get_args();
$key = $args[0];


		$context = $this->context->get_data_ref();
$context_vars = $context['.'][0];

		$context_vars = $this->context->get_root_ref();



if (isset($context_vars['L_' . $key]))
{


if (isset($context_vars['L_' . $key]))
{