From bcd2c583433d27295bff332398935252ddcc5b7a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 15 Feb 2010 16:12:02 -0800 Subject: * Disable the Voting extension by default. * There was a syntax error in the code-error-errors.html.tmpl hook in the Voting extension. * Creating the TestProduct during checksetup was throwing an warning about use of an uninitialized value, due to the Voting extension. https://bugzilla.mozilla.org/show_bug.cgi?id=372979 --- .../Voting/template/en/default/hook/global/code-error-errors.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl') diff --git a/extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl b/extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl index 719cbe4c1..50e915941 100644 --- a/extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl +++ b/extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl @@ -22,3 +22,4 @@ [% title = "$terms.Bug Cannot Be Confirmed" %] There is no valid transition from [%+ display_value("bug_status", "UNCONFIRMED") FILTER html %] to an open state +[% END %] -- cgit v1.2.3-24-g4f1b