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:
authorOlivier Paroz <github@oparoz.com>2015-06-01 16:45:08 +0300
committerOlivier Paroz <github@oparoz.com>2015-06-01 16:45:08 +0300
commit3c409a5d93e5f2749b49a7ab95af567d28bcf26c (patch)
treee3d110a762b5fe931d8543fbb80c57f0a1718604 /environment
parente9ed7118c27c41110674fea8ca4d78e433a65df2 (diff)
Use the real original share owner
Fixes #163
Diffstat (limited to 'environment')
-rw-r--r--environment/environment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment/environment.php b/environment/environment.php
index 94f5180f..a5e3a8ff 100644
--- a/environment/environment.php
+++ b/environment/environment.php
@@ -122,7 +122,7 @@ class Environment {
$this->fromRootToFolder = $this->buildFromRootToFolder($fileSource);
$this->folderName = $linkItem['file_target'];
- $this->userId = $linkItem['uid_owner'];
+ $this->userId = $rootLinkItem['uid_owner'];
}
/**