diff options
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-x | enter_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi index a5a4cedca..269f14317 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -307,7 +307,7 @@ $cloned_bug_id = $cgi->param('cloned_bug_id'); if ($cloned_bug_id) { ValidateBugID($cloned_bug_id); - $cloned_bug = new Bugzilla::Bug($cloned_bug_id, $user->id); + $cloned_bug = new Bugzilla::Bug($cloned_bug_id); } if (scalar(@{$product->components}) == 1) { |