diff options
Diffstat (limited to 'src/main/kotlin/FileController.kt')
-rw-r--r-- | src/main/kotlin/FileController.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/FileController.kt b/src/main/kotlin/FileController.kt index 9c2ee78..806cb59 100644 --- a/src/main/kotlin/FileController.kt +++ b/src/main/kotlin/FileController.kt @@ -223,7 +223,7 @@ class FileController { } /** - * Returns the access id of a file + * Returns the access id of the directory */ fun handleSharedFile(ctx: Context) { val filename = ctx.formParam("filename").toString() |