Skip to content

Commit 4770b3b

Browse files
committedApr 23, 2013
Fix #15775: Wrong reporter when copying an issue
1 parent d5ead81 commit 4770b3b

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
@@ -952,6 +952,7 @@ function bug_copy( $p_bug_id, $p_target_project_id = null, $p_copy_custom_fields
952952
}
953953

954954
$t_bug_data->project_id = $t_target_project_id;
955+
$t_bug_data->reporter_id = auth_get_current_user_id();
955956

956957
$t_new_bug_id = $t_bug_data->create();
957958

0 commit comments

Comments
 (0)
Please sign in to comment.