summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-05-16 18:30:26 +0100
committerSam Tuke <samtuke@owncloud.com>2012-05-16 18:30:26 +0100
commit9acd1065b0b96f5e82444e98273cc613872a8e28 (patch)
tree460f3d58f2690b832b627378625bb204f07253c6 /lib
parentfefa4412c4e4bab82517cca6f92680bcf0c71c2d (diff)
downloadnextcloud-server-9acd1065b0b96f5e82444e98273cc613872a8e28.tar.gz
nextcloud-server-9acd1065b0b96f5e82444e98273cc613872a8e28.zip
made initial testing version of expireAll for version control \ngave some old vars new camelcase names
Diffstat (limited to 'lib')
-rw-r--r--lib/filesystem.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php
index cac7e8648ef..4239971d9ee 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -290,8 +290,10 @@ class OC_Filesystem{
}
/**
- * get the fake root
+ * @brief get the relative path of the root data directory for the current user
* @return string
+ *
+ * Returns path like /admin/files
*/
static public function getRoot(){
return self::$defaultInstance->getRoot();