mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 20:50:54 +00:00
fix #144
This commit is contained in:
parent
bc060c95f8
commit
bbef213155
@ -543,10 +543,10 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
|||||||
method = vc.MethodByName("Render")
|
method = vc.MethodByName("Render")
|
||||||
method.Call(in)
|
method.Call(in)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
method = vc.MethodByName("Finish")
|
method = vc.MethodByName("Finish")
|
||||||
method.Call(in)
|
method.Call(in)
|
||||||
}
|
|
||||||
}
|
|
||||||
method = vc.MethodByName("Destructor")
|
method = vc.MethodByName("Destructor")
|
||||||
method.Call(in)
|
method.Call(in)
|
||||||
}
|
}
|
||||||
@ -607,9 +607,9 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
|||||||
method = vc.MethodByName("Render")
|
method = vc.MethodByName("Render")
|
||||||
method.Call(in)
|
method.Call(in)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
method = vc.MethodByName("Finish")
|
method = vc.MethodByName("Finish")
|
||||||
method.Call(in)
|
method.Call(in)
|
||||||
}
|
|
||||||
method = vc.MethodByName("Destructor")
|
method = vc.MethodByName("Destructor")
|
||||||
method.Call(in)
|
method.Call(in)
|
||||||
// set find
|
// set find
|
||||||
|
Loading…
Reference in New Issue
Block a user