divisive public and private browsing controller

This commit is contained in:
Peter Papp
2021-03-14 17:03:42 +01:00
parent 380a588b0a
commit 07cc977684
20 changed files with 540 additions and 522 deletions

View File

@@ -118,6 +118,6 @@ class SharedFileAccessContentController extends Controller
(int)$file->getRawOriginal('filesize')
);
return $this->helper->thumbnail_file($file, $shared->user_id);
return $this->helper->download_thumbnail_file($file, $shared->user_id);
}
}