getFile should be public accessible.

This because public shared credentials can contain files.
This commit is contained in:
brantje 2016-10-12 18:56:31 +02:00
parent 126232c695
commit 82314fadc3
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -459,6 +459,7 @@ class ShareController extends ApiController {
* @param $credential_guid
* @param $file_guid
* @NoAdminRequired
* @PublicPage
* @return JSONResponse
* @return NotFoundResponse
*/