mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-22 23:51:02 +00:00
more updates
This commit is contained in:
parent
af4aaf07df
commit
8c19eda25f
16 changed files with 79 additions and 83 deletions
|
|
@ -24,7 +24,7 @@ type editor struct {
|
|||
}
|
||||
|
||||
// newEditor gets the editor based on a FileInfo struct
|
||||
func newEditor(r *http.Request, i *file) (*editor, error) {
|
||||
func newEditor(r *http.Request, i *fileInfo) (*editor, error) {
|
||||
var err error
|
||||
|
||||
// Create a new editor variable and set the mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue