@ -69,6 +69,8 @@ class Stream {
public function stream_open( $path, $mode, $options, &$opened_path ) {
$this->userId = \OCP\User::getUser();
// Get access to filesystem via filesystemview object
if ( !self::$view ) {
@ -83,8 +85,6 @@ class Stream {
}
// Get the bare file path
$path = str_replace( 'crypt://', '', $path );