Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2016-10-19 15:58:38 +0300
committerPranav Kant <pranavk@collabora.co.uk>2016-10-19 18:42:29 +0300
commitd0589c3e48d17da120dc65b5f632f71d1a0ccb0f (patch)
tree3d2cff7df93e2bf3df75ca502c8839f66225ec6a
parent93416e52a429e0fa2c4a283be818bb1bd51c4956 (diff)
Second param not needed here
-rw-r--r--controller/documentcontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/documentcontroller.php b/controller/documentcontroller.php
index e93b52df..50f7af2c 100644
--- a/controller/documentcontroller.php
+++ b/controller/documentcontroller.php
@@ -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);