diff --git a/apps/files/src/mixins.js b/apps/files/src/mixins.js index c2717903337..1cf334f7cc9 100644 --- a/apps/files/src/mixins.js +++ b/apps/files/src/mixins.js @@ -346,7 +346,7 @@ export default { let p if (this.publicPage()) { - p = this.queue.add(() => this.$client.publicFiles.createFolder(this.rootPath + directory)) + p = this.queue.add(() => this.$client.publicFiles.createFolder(this.rootPath, directory, this.publicLinkPassword)) } else { p = this.queue.add(() => this.$client.files.createFolder(this.rootPath + directory)) }