No need to tear down FS; we do it when logging the user out
This commit is contained in:
parent
d0afe97f13
commit
3bfa02e438
@ -600,8 +600,6 @@ class DocumentController extends Controller {
|
||||
|
||||
list($ownerid, $filename) = \OCA\Files_Versions\Storage::getUidAndFilename($res['path']);
|
||||
$filename = '/files_versions/' . $filename . '.v' . $version;
|
||||
|
||||
\OC_Util::tearDownFS();
|
||||
} else {
|
||||
$filename = '/files' . $res['path'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user