git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9869 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-03 18:38:52 +00:00
parent a0e4124e3a
commit e255465416
+1 -1
View File
@@ -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);
}
/**