diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index f3872a5..b1e5ec3 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -307,7 +307,7 @@ } $t_changeset = new SourceChangeset( $p_repo->id, $p_json->id, $p_branch, - $p_json->authored_date, $p_json->author->email, + $p_json->authored_date, $p_json->author->name, $p_json->message, $t_user_id ); foreach( $p_json->added as $t_added ) {