We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a4c76 commit c676c3eCopy full SHA for c676c3e
elfinder.go
@@ -123,7 +123,7 @@ func (elf *ElFinderConnector) open() {
123
} else {
124
path, err = elf.parseTarget(strings.Join(IDAndTarget[1:], "_"))
125
if err != nil {
126
- elf.res.Error = []string{err.Error()}
+ elf.res.Error = []string{errAccess, err.Error()}
127
return
128
}
129
@@ -135,7 +135,7 @@ func (elf *ElFinderConnector) open() {
135
v = elf.getVolume(IDAndTarget[0])
136
ret.Cwd, err = v.Info(path)
137
138
139
140
141
ret.Files = v.List(path)
0 commit comments