// Use smarty->getTemplateDir(0) instead of smarty->template_dir[0] (private property)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12265 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-09 14:02:34 +00:00
parent 81d1c15519
commit 744e398a19
4 changed files with 6 additions and 6 deletions
@@ -1018,7 +1018,7 @@ class AdminStockManagementControllerCore extends AdminController
$helper = new HelperForm();
// Check if form template has been overriden
if (file_exists($this->context->smarty->template_dir.'/'.$this->tpl_folder.'form.tpl'))
if (file_exists($this->context->smarty->getTemplateDir(0).'/'.$this->tpl_folder.'form.tpl'))
$helper->tpl = $this->tpl_folder.'form.tpl';
$this->setHelperDisplay($helper);