Skip to content

Commit 26572cd

Browse files
committedApr 23, 2013
Fix #15775: Wrong reporter when copying an issue
1 parent 46564e6 commit 26572cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎core/bug_api.php

+1
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ function bug_copy( $p_bug_id, $p_target_project_id = null, $p_copy_custom_fields
937937
}
938938

939939
$t_bug_data->project_id = $t_target_project_id;
940+
$t_bug_data->reporter_id = auth_get_current_user_id();
940941

941942
$t_new_bug_id = $t_bug_data->create();
942943

0 commit comments

Comments
 (0)