File uploads
This commit is contained in:
parent
8a3970645f
commit
86cedf9531
6 changed files with 139 additions and 15 deletions
2
node.go
2
node.go
|
|
@ -204,7 +204,7 @@ func (session Session) Node(nodeID int) (node Node, err error) {// {{{
|
|||
}
|
||||
|
||||
node.Crumbs, err = session.NodeCrumbs(node.ID)
|
||||
node.Files, err = session.Files(node.ID)
|
||||
node.Files, err = session.Files(node.ID, 0)
|
||||
|
||||
return
|
||||
}// }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue