westberliner / checksum

Plugin for Nextcloud and ownCloud to create hashes of files.
GNU General Public License v3.0
29 stars 15 forks source link

fileInfo is null #3

Closed deluxghost closed 7 years ago

deluxghost commented 7 years ago

when i enter the root directory, the var fileInfo sometimes is null

location is checksum.tabview.js:53

i use a dirty hotfix for myself now:

data = {source: fileInfo != null ? fileInfo.getFullPath() : "/"},