[ja] apply patch
This commit is contained in:
@@ -167,7 +167,7 @@ DeleteController
|
||||
|
||||
func GetBlog(id int) (blog Blog) {
|
||||
db := GetLink()
|
||||
db.Where("id=?", id).Find(&blogs)
|
||||
db.Where("id=?", id).Find(&blog)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user