[ja] apply patch

This commit is contained in:
Shin Kojima
2013-12-25 02:52:48 +09:00
parent ce0507b252
commit 1fc6a983d6

View File

@@ -126,7 +126,6 @@ DeleteController
}
func (this *DeleteController) Get() {
inputs := this.Input()
id, _ := strconv.Atoi(this.Ctx.Params[":id"])
this.Data["Post"] = models.DelBlog(id)
this.Ctx.Redirect(302, "/")