// fix move the call method displayRequiredFields() only in display list

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11450 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-21 09:14:10 +00:00
parent fce0c862bb
commit a6f2e0f638
+4 -3
View File
@@ -1366,10 +1366,11 @@ class AdminControllerCore extends Controller
{
$this->content .= $this->renderList();
$this->content .= $this->renderOptions();
// if we have to display the required fields form
if ($this->required_database)
$this->content .= $this->displayRequiredFields();
}
// if we have to display the required fields form
if ($this->required_database)
$this->content .= $this->displayRequiredFields();
$this->context->smarty->assign(array(
'content' => $this->content,