mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-01 21:01:37 +01:00
- bugfix wrong resource could be used on compile check of custom resource
This commit is contained in:
@@ -427,7 +427,7 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase {
|
||||
} elseif ($_file_to_check[2] == 'string') {
|
||||
continue;
|
||||
} else {
|
||||
$source = Smarty_Resource::source($this, $this->smarty, $_file_to_check[0]);
|
||||
$source = Smarty_Resource::source(null, $this->smarty, $_file_to_check[0]);
|
||||
$mtime = $source->timestamp;
|
||||
}
|
||||
if ($mtime > $_file_to_check[1]) {
|
||||
|
||||
Reference in New Issue
Block a user