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

This commit is contained in:
lLefevre
2011-12-21 09:14:10 +00:00
parent 00c5d71baa
commit be45f9f0d5
+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,