Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77b25710 authored by Ronak Patel's avatar Ronak Patel
Browse files

getDocumentFolder changed to default temporarily

parent 4c67032f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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();
		*/
	}
}