mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
formatting
This commit is contained in:
@@ -47,7 +47,6 @@ class Smarty_Template_Compiled
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* create Compiled Object container
|
* create Compiled Object container
|
||||||
|
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
@@ -262,7 +261,7 @@ class Smarty_Template_Compiled
|
|||||||
$this->timestamp = @filemtime($this->filepath);
|
$this->timestamp = @filemtime($this->filepath);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
$this->code = $code;
|
$this->code = $code;
|
||||||
|
Reference in New Issue
Block a user