Fix for bug 73502: midair collision wasn't catching other bugs changing dependencies

Patch by Dave Miller r= bbaetz, jake
parent 8177d2c0
......@@ -928,6 +928,8 @@ sub LogDependencyActivity {
# Figure out what's really different...
my ($removed, $added) = DiffStrings($oldstr, $newstr);
LogActivityEntry($i,$target,$removed,$added);
# update timestamp on target bug so midairs will be triggered
SendSQL("UPDATE bugs SET delta_ts=NOW() WHERE bug_id=$i");
return 1;
}
return 0;
......
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