summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-10-10 18:40:59 +0100
committerSam Tuke <samtuke@owncloud.com>2012-10-10 18:40:59 +0100
commit4da67b0a08272ecb6a99a04d6b16ba784f4791da (patch)
tree7cc7fb15095925b461692183b706f453984fb06a /lib/filesystemview.php
parented980674a6a225c30f747e8b8e8952ac182dcbae (diff)
downloadnextcloud-server-4da67b0a08272ecb6a99a04d6b16ba784f4791da.tar.gz
nextcloud-server-4da67b0a08272ecb6a99a04d6b16ba784f4791da.zip
Development snapshot; encryption stream wrapper now successfully writes files, and passes unit tests
Diffstat (limited to 'lib/filesystemview.php')
-rw-r--r--lib/filesystemview.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/filesystemview.php b/lib/filesystemview.php
index 448663bb081..893305e3470 100644
--- a/lib/filesystemview.php
+++ b/lib/filesystemview.php
@@ -38,6 +38,9 @@
* OC_Filestorage object
*/
+ /**
+ * @note default root (if $root is empty or '/') is /data/[user]/
+ */
class OC_FilesystemView {
private $fakeRoot='';
private $internal_path_cache=array();