Second param not needed here

This commit is contained in:
Pranav Kant 2016-10-19 18:28:38 +05:30
parent 93416e52a4
commit d0589c3e48

View File

@ -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);