mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
- optimization of resource processing
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->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,);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user