summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php')
-rw-r--r--apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
index eaa3d78b66d..60e11884765 100644
--- a/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
+++ b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
@@ -56,7 +56,7 @@ class PublicLinkCheckPlugin extends ServerPlugin {
$server->on('beforeMethod:*', [$this, 'beforeMethod']);
}
- public function beforeMethod(RequestInterface $request, ResponseInterface $response){
+ public function beforeMethod(RequestInterface $request, ResponseInterface $response) {
// verify that the owner didn't have his share permissions revoked
if ($this->fileInfo && !$this->fileInfo->isShareable()) {
throw new NotFound();