mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 05:11:36 +01:00
- added trusted stream checking to security
- internal changes at file dependency check for caching
This commit is contained in:
@@ -115,7 +115,7 @@ class Smarty_Internal_TemplateCompilerBase extends Smarty_Internal_Base {
|
||||
if (isset($this->template->properties['function'][$tag])) {
|
||||
// template defined by {template} tag
|
||||
$args['name'] = $tag;
|
||||
$tag = 'internalfunctioncall';
|
||||
$tag = 'internal_function_call';
|
||||
}
|
||||
if (!($_output = $this->$tag($args, $this)) === false) {
|
||||
if ($_output !== true) {
|
||||
|
||||
Reference in New Issue
Block a user