From 84814bff4a82dcdacd181396529b9c8943c73318 Mon Sep 17 00:00:00 2001 From: mam Date: Fri, 21 Feb 2014 07:57:14 +0100 Subject: bug 1138: added footer output if ticket no missing for pages/account/44.php and pages/account/59.php --- pages/account/44.php | 1 + 1 file changed, 1 insertion(+) (limited to 'pages/account/44.php') diff --git a/pages/account/44.php b/pages/account/44.php index 51e853a..0b4a9b9 100644 --- a/pages/account/44.php +++ b/pages/account/44.php @@ -20,6 +20,7 @@ $ticketno = ""; if(array_key_exists('ticketno', $_SESSION)) $ticketno = $_SESSION['ticketno']; if (!valid_ticket_number($ticketno)) { echo printf(_("I'm sorry, you did not enter a ticket number!%sYou cannot reset the password.%s"), '
', '
'. _('Back to previous page.').''); + showfooter(); exit; } ?> -- cgit v1.2.1