You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// for compat <= v2.1.13
if (file.disabled) {
self.volOptions[file.volumeid].disabled = file.disabled;
}
Seems file.disabled is coming through as an array, so I think this is totally broken. I've commented it out and everything works fine for me, but if you want the backwards compatibility, you need to fix this.
@paulcanning Thanks! By the way, your environment is different from the JavaScript and PHP connector versions of elFinder. PHP of the file does not seem to be updated.
I am suddenly seeing this appear in the console.
The text was updated successfully, but these errors were encountered: