mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
rework source resource handling
- move class Smarty_Template_Source into its own file - impelement all source processing into the classes it better belongs to
This commit is contained in:
@@ -34,7 +34,7 @@ class Smarty_Internal_Resource_Extends extends Smarty_Resource
|
||||
*/
|
||||
public function populate(Smarty_Template_Source $source, Smarty_Internal_Template $_template = null)
|
||||
{
|
||||
$uid = '';
|
||||
$uid = sha1(getcwd());
|
||||
$sources = array();
|
||||
$components = explode('|', $source->name);
|
||||
$exists = true;
|
||||
|
||||
Reference in New Issue
Block a user