|
@@ -19,12 +19,12 @@ class Smarty
|
|
|
private $templateDIR;
|
|
private $templateDIR;
|
|
|
private $lang;
|
|
private $lang;
|
|
|
|
|
|
|
|
- final private function __construct()
|
|
|
|
|
|
|
+ private function __construct()
|
|
|
{
|
|
{
|
|
|
$this->smarty = new \Smarty();
|
|
$this->smarty = new \Smarty();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- final private function __clone()
|
|
|
|
|
|
|
+ private function __clone()
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|