mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
[ticket/11593] initialize $is_expr as null before being passed to get_varref
PHPBB3-11593
This commit is contained in:
parent
d72b5aaf1b
commit
5182ec09a5
@ -475,6 +475,7 @@ class phpbb_template_filter extends php_user_filter
|
|||||||
*/
|
*/
|
||||||
private function compile_var_tags(&$text_blocks)
|
private function compile_var_tags(&$text_blocks)
|
||||||
{
|
{
|
||||||
|
$is_expr = null;
|
||||||
$text_blocks = $this->get_varref($text_blocks, $is_expr);
|
$text_blocks = $this->get_varref($text_blocks, $is_expr);
|
||||||
$lang_replaced = $this->compile_language_tags($text_blocks);
|
$lang_replaced = $this->compile_language_tags($text_blocks);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user