Commit 5ba1e26a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 330186: Crash when changing the status of a bug which has dependencies -…

Bug 330186: Crash when changing the status of a bug which has dependencies - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit r=mkanat a=LpSolit/mkanat (emergency checkin procedure)
parent a17c8940
......@@ -313,7 +313,7 @@ sub ProcessOneBug {
$interestingchange = 0;
}
$thisdiff .= FormatTriple($fielddescription{$what}, $old, $new);
if ($what eq 'bug_status' && is_open_state($old) ne is_open_state($new)) {
if ($what eq 'bug_status' && &::is_open_state($old) ne &::is_open_state($new)) {
$interestingchange = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment