mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
- fixed typo in smarty_internal_resource_registered
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user