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
*/
public function __construct()
{
@@ -262,7 +261,7 @@ class Smarty_Template_Compiled
$this->timestamp = @filemtime($this->filepath);
return true;
}
}
}
return false;
} else {
$this->code = $code;