Session expect OC_FilesystemView()
This commit is contained in:
parent
fff979a590
commit
4303d6318e
|
@ -24,7 +24,7 @@ OCP\Util::connectHook( 'OCP\Share', 'post_unshareAll', 'OCA\Encryption\Hooks', '
|
|||
OCP\Util::connectHook( 'OC_Webdav_Properties', 'update', 'OCA\Encryption\Hooks', 'updateKeyfileFromClient' );
|
||||
|
||||
stream_wrapper_register( 'crypt', 'OCA\Encryption\Stream' );
|
||||
$view = new OC\Files\View('/');
|
||||
$view = new OC_FilesystemView('/');
|
||||
$session = new OCA\Encryption\Session($view);
|
||||
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue