- fixed typo in smarty_internal_resource_registered

This commit is contained in:
Uwe.Tews
2010-01-06 15:52:33 +00:00
parent d287c6b1d9
commit 57fd94ddb1
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
01/06/2009
- fixed typo in smarty_internal_resource_registered
01/05/2009
- bugfix sha1() calculations at extends resource and some general improvments on sha1() handling

View File

@@ -109,7 +109,7 @@ class Smarty_Internal_Resource_Registered {
if ($_template->templateUid == '') {
$_template->getTemplateFilepath();
}
$_filepath = $_template->$templateUid;
$_filepath = $_template->templateUid;
// if use_sub_dirs, break file into directories
if ($_template->smarty->use_sub_dirs) {
$_filepath = substr($_filepath, 0, 2) . DS