diff options
-rw-r--r-- | lib/private/Files/ObjectStore/ObjectStoreStorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index 30a946dcc3c..681e45ad3f2 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; } |