From ad303ceb7dce27c853f8c4e452b866326e401058 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 21 Dec 2011 09:14:10 +0000 Subject: [PATCH] // fix move the call method displayRequiredFields() only in display list --- classes/AdminController.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/classes/AdminController.php b/classes/AdminController.php index 8b65952b9..8d80ec14c 100644 --- a/classes/AdminController.php +++ b/classes/AdminController.php @@ -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,