diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index 4f8c88ecb1d4ec15aa71d9dd680050d6aee69afe..837f82aea0f1acfca08715853726e52f7d3f9e9d 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -158,6 +158,8 @@ class AppsService { return $this->groupManager->isInGroup($uid, $gid); } public function getDocumentsFolder() { + return '/'; + /* $folderName = 'Documents'; $userId = $this->userSession->getUser()->getUID(); $userPath = $this->rootFolder->getUserFolder($userId)->getPath(); @@ -170,5 +172,6 @@ class AppsService { $filePath = $userPath; } return $filePath === $userPath ? '/' : $folder->getName(); + */ } }