Browse Source

add comment

itizawa 5 years ago
parent
commit
c0e5268ef7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/server/service/file-uploader/uploader.js

+ 1 - 0
src/server/service/file-uploader/uploader.js

@@ -12,6 +12,7 @@ class Uploader {
     return !this.configManager.getConfig('crowi', 'app:fileUploadDisabled') && this.isValidUploadSettings();
   }
 
+  // File reading is possible even if uploading is disabled
   getIsReadable() {
     return this.isValidUploadSettings();
   }