From e2554654167bebc94da0b16df2b4cfcdb7e52d4f Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 3 Nov 2011 18:38:52 +0000 Subject: [PATCH] // norm git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9869 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Helper.php b/classes/Helper.php index f60977368..45e3009ca 100755 --- a/classes/Helper.php +++ b/classes/Helper.php @@ -58,7 +58,7 @@ class HelperCore public function setTpl($tpl) { if (file_exists($this->context->smarty->template_dir[0].'/'.$tpl)) - $this->tpl = $this->context->smarty->createTemplate($tpl); + $this->tpl = $this->context->smarty->createTemplate($tpl); } /**