smarty 3.1.39 upgrade

This commit is contained in:
Matthieu Leproux
2021-08-04 12:07:12 +02:00
committed by plegall
parent 2f5a0b7355
commit e537eac9dd
241 changed files with 15897 additions and 11403 deletions
@@ -24,7 +24,7 @@ class Smarty_Internal_Method_GetStreamVariable
* @api Smarty::getStreamVariable()
*
* @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
* @param string $variable the stream of the variable
* @param string $variable the stream of the variable
*
* @return mixed
* @throws \SmartyException
@@ -38,7 +38,6 @@ class Smarty_Internal_Method_GetStreamVariable
$_result .= $current_line;
}
fclose($fp);
return $_result;
}
$smarty = isset($data->smarty) ? $data->smarty : $data;
@@ -48,4 +47,4 @@ class Smarty_Internal_Method_GetStreamVariable
return null;
}
}
}
}