From 7c0b9e7f84e5f10adc9df3a2590eef6d266b673a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 18 Jan 2007 06:27:09 +0000 Subject: Bug 299405: Attachments don't work if you need to log in again [ Undefined subroutine @ Fh::slice ] - Patch by Frédéric Buclin r/a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/create/confirm-create-dupe.html.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug/create') diff --git a/template/en/default/bug/create/confirm-create-dupe.html.tmpl b/template/en/default/bug/create/confirm-create-dupe.html.tmpl index 47d2ae916..9c2b3dbc2 100644 --- a/template/en/default/bug/create/confirm-create-dupe.html.tmpl +++ b/template/en/default/bug/create/confirm-create-dupe.html.tmpl @@ -27,6 +27,8 @@ title = "Already filed $terms.bug" %] +[% USE Bugzilla %] +
@@ -44,7 +46,8 @@ FILTER bug_link(bugid) FILTER none %].

If you are sure you used the same form to submit a new [% terms.bug %], click 'File [% terms.bug %] again'.

-

+ [% PROCESS "global/hidden-fields.html.tmpl" exclude="^(Bugzilla_login|Bugzilla_password|ignore_token)$" %] -- cgit v1.2.3-24-g4f1b