diff options
author | emkael <emkael@tlen.pl> | 2018-10-18 02:40:38 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-10-18 02:40:38 +0200 |
commit | eab8a101e7a3fcbb41e01a574985e06c5a3775de (patch) | |
tree | 60f201da5984b0c3638d10da02bba42b61aa3177 /lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php | |
parent | 7f38be342c1495aeca418286c15c25c18ac9e142 (diff) |
Updating Smarty
Diffstat (limited to 'lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php')
-rw-r--r-- | lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php b/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php index b922fd0..8db39c5 100644 --- a/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php +++ b/lib/smarty3/sysplugins/smarty_internal_method_getstreamvariable.php @@ -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; } } -}
\ No newline at end of file +} |