mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue