diff --git a/libs/sysplugins/smarty_template_config.php b/libs/sysplugins/smarty_template_config.php index 681a8bac..01f04306 100644 --- a/libs/sysplugins/smarty_template_config.php +++ b/libs/sysplugins/smarty_template_config.php @@ -74,7 +74,7 @@ class Smarty_Template_Config extends Smarty_Template_Source */ public function __construct(Smarty_Resource $handler, Smarty $smarty, $resource, $type, $name) { - $this->handler = clone $handler; // Note: prone to circular references + $this->handler = $handler; // Note: prone to circular references $this->resource = $resource; $this->type = $type; $this->name = $name;