Clean code

This commit is contained in:
Unknown
2014-06-27 23:14:33 -04:00
parent 57ac15aa20
commit ee9b7f322f
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ func DeletePost(ctx *middleware.Context) {
case models.ErrUserOwnRepos:
ctx.Flash.Error("Your account still have ownership of repository, you have to delete or transfer them first.")
default:
ctx.Handle(500, "user.Delete", err)
ctx.Handle(500, "user.Delete(DeleteUser)", err)
return
}
} else {