diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-15 16:12:02 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-15 16:12:02 -0800 |
commit | bcd2c583433d27295bff332398935252ddcc5b7a (patch) | |
tree | efb2905e9c804d70d87c829137a1679c6a8c2544 /extensions/Voting/template/en/default/hook | |
parent | 013e70552d98fc3beb0d075108138a8b6afbacc7 (diff) | |
download | bugs-bcd2c583433d27295bff332398935252ddcc5b7a.tar bugs-bcd2c583433d27295bff332398935252ddcc5b7a.tar.gz bugs-bcd2c583433d27295bff332398935252ddcc5b7a.tar.bz2 bugs-bcd2c583433d27295bff332398935252ddcc5b7a.tar.xz bugs-bcd2c583433d27295bff332398935252ddcc5b7a.zip |
* 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
Diffstat (limited to 'extensions/Voting/template/en/default/hook')
-rw-r--r-- | extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 %] |