(refs #2)Fix compile errors.

This commit is contained in:
takezoe
2013-07-24 13:33:07 +09:00
parent f10f98abf2
commit 205119cc01
2 changed files with 8 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ trait PullRequestsControllerBase extends ControllerBase {
try {
// TODO mark issue as 'merged'
val loginAccount = context.loginAccount.get
createComment(repository.owner, repository.name, loginAccount.userName, issueId, "Closed", Some("close"))
createComment(repository.owner, repository.name, loginAccount.userName, issueId, "Closed", "close")
updateClosed(repository.owner, repository.name, issueId, true)
recordMergeActivity(repository.owner, repository.name, loginAccount.userName, issueId, form.message)