formatting

This commit is contained in:
Uwe Tews
2015-05-10 11:53:09 +02:00
parent af4a923da5
commit edf49ca3cf

View File

@@ -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;