Closed Bug 449663 Opened 16 years ago Closed 16 years ago

Code error thrown when resolving bug as duplicate of a bug the reporter cannot see

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

3.1.4
defect
Not set
major

Tracking

()

RESOLVED FIXED
Bugzilla 3.2

People

(Reporter: dkl, Assigned: dkl)

References

Details

(Keywords: regression)

Attachments

(1 file)

Line 1157 in Bugzilla/Bug.pm has:

    elsif (Bugzilla->params->usage_mode == USAGE_MODE_BROWSER) {

and should be:

    elsif (Bugzilla->usage_mode == USAGE_MODE_BROWSER) {

Patch attached.
Flags: blocking3.2?
Attachment #332798 - Flags: review?(mkanat)
Comment on attachment 332798 [details] [diff] [review]
Patch to fix usage_mode error in Bugzilla/Bug.pm (v1)

Thanks for catching that. r=LpSolit
Attachment #332798 - Flags: review?(mkanat) → review+
Must land before 3.2 RC1 is out!
Assignee: create-and-change → dkl
Severity: normal → major
Depends on: 402791
Flags: testcase?
Flags: blocking3.2?
Flags: blocking3.2+
Flags: approval3.2+
Flags: approval+
Keywords: regression
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 3.2
tip:

Checking in Bugzilla/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Bug.pm,v  <--  Bug.pm
new revision: 1.251; previous revision: 1.250
done

3.1.4:

Checking in Bugzilla/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Bug.pm,v  <--  Bug.pm
new revision: 1.241.2.6; previous revision: 1.241.2.5
done
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: