comment added

This commit is contained in:
Bjoern Schiessle 2012-07-30 12:43:17 +02:00
parent 1f2aa32d22
commit ee15c40b14
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ class Keymanager {
$targetpath_parts=explode('/',$targetpath);
$user = $targetpath_parts[1];
$targetpath = str_replace('/'.$user.'/files/', '', $targetpath);
//TODO: check for write permission on shared file once the new sharing API is in place
}
$view = new \OC_FilesystemView( '/' . $user . '/files_encryption/keyfiles' );