diff --git a/libs/sysplugins/smarty_template_compiled.php b/libs/sysplugins/smarty_template_compiled.php index 8147ac0b..3ff8fa89 100644 --- a/libs/sysplugins/smarty_template_compiled.php +++ b/libs/sysplugins/smarty_template_compiled.php @@ -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;