From 9882d64f4b5a1bc82775907e086efac67517acf2 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 22 Sep 2016 13:11:06 +0200 Subject: [PATCH] Fix bug_report.php regressions Commit a7ae02dae5e20ba498520551984be026fc658005 (issue #21683) introduced 2 regressions when displaying bug report page: - Confirmation message as '0': due to a missing parameter in the html_operation_confirmation() call - Incorrect display of the footer: caused by an extra div tag Fixes #21710 --- bug_report.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bug_report.php b/bug_report.php index 883f1f38fe..fc60b5b41d 100644 --- a/bug_report.php +++ b/bug_report.php @@ -327,7 +327,7 @@ array( string_get_bug_view_url( $t_bug_id ), sprintf( lang_get( 'view_submitted_bug_link' ), $t_bug_id ) ), array( 'view_all_bug_page.php', lang_get( 'view_bugs_link' ) ), ); -html_operation_confirmation( $t_buttons, CONFIRMATION_TYPE_SUCCESS ); +html_operation_confirmation( $t_buttons, '', CONFIRMATION_TYPE_SUCCESS ); if( $f_report_stay ) { ?> @@ -352,9 +352,5 @@

- - -