From db2a5492739a143ff828bbf25b1c97ab1524a9b9 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Fri, 18 Jun 2010 13:48:21 -0700 Subject: Bug 556422: Move the existing bug-moving functionality into an extension called OldBugMove. r=dkl, a=mkanat --- Bugzilla/Comment.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Bugzilla/Comment.pm') diff --git a/Bugzilla/Comment.pm b/Bugzilla/Comment.pm index be10329d9..074f28dd6 100644 --- a/Bugzilla/Comment.pm +++ b/Bugzilla/Comment.pm @@ -179,9 +179,6 @@ sub _check_extra_data { if (!defined $extra_data) { ThrowCodeError('comment_extra_data_required', { type => $type }); } - if ($type == CMT_MOVED_TO) { - $extra_data = Bugzilla::User->check($extra_data)->login; - } elsif ($type == CMT_ATTACHMENT_CREATED or $type == CMT_ATTACHMENT_UPDATED) { -- cgit v1.2.3-24-g4f1b