From edf49ca3cffd04c738288f3ce71fe1ae5cc18077 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sun, 10 May 2015 11:53:09 +0200 Subject: [PATCH] formatting --- libs/sysplugins/smarty_template_compiled.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;