- bugfix sha1() calculations at extends resource and some general improvments on sha1() handling

This commit is contained in:
Uwe.Tews
2010-01-05 21:10:25 +00:00
parent a6c2f5f8d4
commit d287c6b1d9
8 changed files with 122 additions and 117 deletions
@@ -52,7 +52,7 @@ class Smarty_Internal_Resource_PHP {
if ($_template->security) {
$_template->smarty->security_handler->isTrustedResourceDir($_filepath);
}
$_template->templateUid = sha1($_filepath);
return $_filepath;
}