From 0c7b16b024163ce05def96976ffc6884d01d00dc Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 15 May 2015 14:13:45 +0200 Subject: [PATCH] Fix custom pages error see BT#9834 --- main/auth/inscription.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/auth/inscription.php b/main/auth/inscription.php index b72888cdee..84ed65bf1c 100755 --- a/main/auth/inscription.php +++ b/main/auth/inscription.php @@ -726,6 +726,7 @@ if ($form->validate()) { echo $content; echo $text_after_registration; + Display :: display_footer(); } } else { // Custom pages @@ -736,6 +737,7 @@ if ($form->validate()) { echo Display::page_header($tool_name); echo $content; $form->display(); + Display :: display_footer(); } } -Display :: display_footer(); +