diff --git a/Source/Source.API.php b/Source/Source.API.php index d5a1b4a..e897ac7 100644 --- a/Source/Source.API.php +++ b/Source/Source.API.php @@ -480,7 +480,7 @@ foreach( $t_bugs_deleted as $t_bug_id ) { plugin_history_log( $t_bug_id, 'changeset_removed', event_signal( 'EVENT_SOURCE_SHOW_CHANGESET', array( $this->repo, $this ) ), - '', $this->user_id, 'Source' ); + '', $t_user_id, 'Source' ); } } @@ -503,7 +503,7 @@ foreach( $t_bugs_added as $t_bug_id ) { plugin_history_log( $t_bug_id, 'changeset_attached', event_signal( 'EVENT_SOURCE_SHOW_CHANGESET', array( $this->repo, $this ) ), - '', $this->user_id, 'Source' ); + '', $t_user_id, 'Source' ); } } }