[ja] apply patch

This commit is contained in:
Shin Kojima
2013-12-25 02:52:48 +09:00
parent 2344640a66
commit 15e2037478

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, "/")