]> source.dussan.org Git - nextcloud-server.git/commitdiff
make ObjectStoreStorage::getURN public 15684/head
authorRobin Appelman <robin@icewind.nl>
Wed, 22 May 2019 10:17:33 +0000 (12:17 +0200)
committerRobin Appelman <robin@icewind.nl>
Wed, 22 May 2019 10:17:33 +0000 (12:17 +0200)
Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/private/Files/ObjectStore/ObjectStoreStorage.php

index 30a946dcc3c296bfa47e11ab5288f9f455bc8896..681e45ad3f2ffd0119eb88b3675cc7ecbf4bdd25 100644 (file)
@@ -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;
                }