Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'environment')
-rw-r--r--environment/environment.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment/environment.php b/environment/environment.php
index 280fa785..e6fd5906 100644
--- a/environment/environment.php
+++ b/environment/environment.php
@@ -117,6 +117,7 @@ class Environment {
$origShareOwner = $rootLinkItem['uid_owner'];
$this->userFolder = $this->setupFilesystem($origShareOwner);
+ // This is actually the node ID
$fileSource = $linkItem['file_source'];
$this->fromRootToFolder = $this->buildFromRootToFolder($fileSource);