mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'dhruvgoel92/ticket/11593' into develop
* dhruvgoel92/ticket/11593: [ticket/11593] initialize $is_expr as null before being passed to get_varref
This commit is contained in:
commit
c0c4ce8b8b
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