// PrestaShop normalisation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13869 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
nPellicari
2012-03-06 09:11:11 +00:00
parent 7f0df4f1c7
commit 1181d38cf4
+2 -3
View File
@@ -986,9 +986,8 @@ class FrontControllerCore extends Controller
$assign['tpl_file'] = basename($tpl_file, '.tpl');
if (isset($this->php_self))
$assign['controller_name'] = $this->php_self;
$this->context->smarty->assign($assign);
$this->template = $template;
}
}
}