comment added
This commit is contained in:
parent
1f2aa32d22
commit
ee15c40b14
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue