diff options
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 9e90827f1..603fc9c97 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -979,7 +979,7 @@ Someone else has made changes to this bug at the same time you were trying to. The changes made were: <p> "; - DumpBugActivity($id, $delta_ts); + DumpBugActivity($id, $::FORM{'delta_ts'}); my $longdesc = GetLongDescriptionAsHTML($id); my $longchanged = 0; |