- optimization of resource processing

This commit is contained in:
uwetews
2016-03-11 01:05:26 +01:00
parent 4815464b9c
commit 880967aff3

View File

@@ -101,7 +101,7 @@ class Smarty_Internal_Resource_Php extends Smarty_Internal_Resource_File
$compiled->timestamp = $_template->source->timestamp; $compiled->timestamp = $_template->source->timestamp;
$compiled->exists = $_template->source->exists; $compiled->exists = $_template->source->exists;
$compiled->file_dependency[ $_template->source->uid ] = $compiled->file_dependency[ $_template->source->uid ] =
array($compiled->filepath, $this->template->source->getTimeStamp(), array($compiled->filepath, $_template->source->getTimeStamp(),
$this->template->source->type,); $_template->source->type,);
} }
} }