diff --git a/lib/private/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index 30a946dcc3..681e45ad3f 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/ObjectStoreStorage.php @@ -223,7 +223,7 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common { * @param int $fileId the fileid * @return null|string the unified resource name used to identify the object */ - protected function getURN($fileId) { + public function getURN($fileId) { if (is_numeric($fileId)) { return $this->objectPrefix . $fileId; }