Second param not needed here
This commit is contained in:
parent
93416e52a4
commit
d0589c3e48
@ -624,7 +624,7 @@ class DocumentController extends Controller {
|
||||
|
||||
// Setup the FS which is needed to emit hooks (versioning).
|
||||
\OC_Util::tearDownFS();
|
||||
\OC_Util::setupFS($userid, $root);
|
||||
\OC_Util::setupFS($userid);
|
||||
|
||||
$view->file_put_contents($res['path'], $content);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user