Fix #515
This commit is contained in:
parent
198567eccb
commit
2a031c1365
9 changed files with 12 additions and 11 deletions
|
@ -118,6 +118,7 @@ func Home(ctx *middleware.Context) {
|
|||
ctx.Handle(404, "SubTree", err)
|
||||
return
|
||||
}
|
||||
|
||||
entries, err := tree.ListEntries(treename)
|
||||
if err != nil {
|
||||
ctx.Handle(500, "ListEntries", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue