diff options
author | lpsolit%gmail.com <> | 2008-04-02 01:51:42 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-02 01:51:42 +0000 |
commit | 527abd57ab7896caeb87ae56132e59f937dfe2b7 (patch) | |
tree | cbef82264835e5acb3180f0ad4816604860933bd /template | |
parent | f069886919594fa7bd3ef4be9da9beb94e62e89f (diff) | |
download | bugs-527abd57ab7896caeb87ae56132e59f937dfe2b7.tar bugs-527abd57ab7896caeb87ae56132e59f937dfe2b7.tar.gz bugs-527abd57ab7896caeb87ae56132e59f937dfe2b7.tar.bz2 bugs-527abd57ab7896caeb87ae56132e59f937dfe2b7.tar.xz bugs-527abd57ab7896caeb87ae56132e59f937dfe2b7.zip |
Bug 426211: Invalid get_status() call - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 77e4dbcc9..ba366196a 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -90,7 +90,7 @@ cycle of [% terms.abug %]. </dt> <dd> This [% terms.bug %] was once resolved, but the resolution was - deemed incorrect. For example, a <b>[% get_status("WORKSFORME") FILTER html %]</b> [% terms.bug %] is + deemed incorrect. For example, a <b>[% get_resolution("WORKSFORME") FILTER html %]</b> [% terms.bug %] is <b>[% get_status("REOPENED") FILTER html %]</b> when more information shows up and the [% terms.bug %] is now reproducible. From here [% terms.bugs %] are either marked <b>[% get_status("ASSIGNED") FILTER html %]</b> or |