diff --git a/Source/Source.API.php b/Source/Source.API.php index ed5c6dd..f37b2fb 100644 --- a/Source/Source.API.php +++ b/Source/Source.API.php @@ -937,6 +937,7 @@ plugin_history_log( $t_bug_id, 'changeset_removed', $this->repo->name . ' ' . $t_vcs->show_changeset( $this->repo, $this ), '', $t_user_id, 'Source' ); + bug_update_date( $t_bug_id ); } } @@ -960,6 +961,7 @@ plugin_history_log( $t_bug_id, 'changeset_attached', '', $this->repo->name . ' ' . $t_vcs->show_changeset( $this->repo, $this ), $t_user_id, 'Source' ); + bug_update_date( $t_bug_id ); } } }