diff --git a/Source/Source.API.php b/Source/Source.API.php index b67ef0a..a7bae93 100644 --- a/Source/Source.API.php +++ b/Source/Source.API.php @@ -188,7 +188,7 @@ } # Look up the email address if given - if ( $t_email = $t_email ) { + if ( $t_email = $p_changeset->committer_email ) { if ( isset( $s_emails[ $t_email ] ) ) { $p_changeset->committer_id = $s_emails[ $t_email ]; break;