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-05-23 01:23:33 +0300
committerOlivier Paroz <github@oparoz.com>2015-05-23 01:23:33 +0300
commit686b2f7a74ef157c6fe707ac6ca102b1df566aa9 (patch)
treefecb4e69820b2f8f80db15efd4cfe8ab9f10e1cb /environment
parent61c488feb5d0a1a0cb0a9cc888968dff03e160f2 (diff)
Support adding an extension to a file to make it work with forums
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);