mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-10 11:10:54 +02:00
- optimization and cleanup of resource code
This commit is contained in:
@@ -101,7 +101,7 @@ class Smarty_Internal_Resource_Php extends Smarty_Internal_Resource_File
|
||||
$compiled->timestamp = $_template->source->timestamp;
|
||||
$compiled->exists = $_template->source->exists;
|
||||
$compiled->file_dependency[ $_template->source->uid ] =
|
||||
array($compiled->filepath, $_template->source->getTimeStamp(),
|
||||
array($compiled->filepath, $compiled->timestamp,
|
||||
$_template->source->type,);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user