// 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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user