From 612dd017fd0901d653fb8145385079a578b74caa Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 1 Aug 2013 14:15:20 +0800 Subject: Bug 859550: Create a user profile page for bugzilla users --- contrib/reorg-tools/movebugs.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/reorg-tools/movebugs.pl') diff --git a/contrib/reorg-tools/movebugs.pl b/contrib/reorg-tools/movebugs.pl index 6d6a53b51..adc02a1e0 100755 --- a/contrib/reorg-tools/movebugs.pl +++ b/contrib/reorg-tools/movebugs.pl @@ -10,6 +10,7 @@ use lib "$FindBin::Bin/../../lib"; use Bugzilla; use Bugzilla::Constants; use Bugzilla::FlagType; +use Bugzilla::Hook; use Bugzilla::Util; Bugzilla->usage_mode(USAGE_MODE_CMDLINE); @@ -168,5 +169,7 @@ $dbh->do( undef, $user_id, $component_field_id, $old_component, $new_component); +Bugzilla::Hook::process('reorg_move_bugs', { bug_ids => $ra_ids } ); + $dbh->bz_commit_transaction(); -- cgit v1.2.3-24-g4f1b