Skip to content

Commit

Permalink
Updating issues via API should trigger emails
Browse files Browse the repository at this point in the history
Fixes #23477
  • Loading branch information
vboctor committed Oct 22, 2017
1 parent d33a5dc commit c2f3fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/soap/mc_issue_api.php
Expand Up @@ -1133,7 +1133,7 @@ function mc_issue_update( $p_username, $p_password, $p_issue_id, stdClass $p_iss

# submit the issue
log_event( LOG_WEBSERVICE, 'updating issue \'' . $p_issue_id . '\'' );
return $t_bug_data->update( true, true );
return $t_bug_data->update( /* update extended */ true, /* bypass email */ false );

}

Expand Down

0 comments on commit c2f3fb2

Please sign in to comment.