diff options
author | Sam Tuke <samtuke@owncloud.com> | 2012-05-16 18:30:26 +0100 |
---|---|---|
committer | Sam Tuke <samtuke@owncloud.com> | 2012-05-16 18:30:26 +0100 |
commit | 9acd1065b0b96f5e82444e98273cc613872a8e28 (patch) | |
tree | 460f3d58f2690b832b627378625bb204f07253c6 /lib | |
parent | fefa4412c4e4bab82517cca6f92680bcf0c71c2d (diff) | |
download | nextcloud-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.php | 4 |
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(); |