diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-01-20 10:14:03 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-01-20 21:12:26 +0100 |
commit | 18421e7e686a4ed90f276925322b5d168f347e30 (patch) | |
tree | 7436a074e3ab40e03e8f1d1b0e0f14eb8428017e /apps/files_sharing/lib/controllers/sharecontroller.php | |
parent | 67f5216160e9045a7fcbb152eda34fbf5e0833d4 (diff) | |
download | nextcloud-server-18421e7e686a4ed90f276925322b5d168f347e30.tar.gz nextcloud-server-18421e7e686a4ed90f276925322b5d168f347e30.zip |
Directly get from the server container
* Updated unit tests
Diffstat (limited to 'apps/files_sharing/lib/controllers/sharecontroller.php')
-rw-r--r-- | apps/files_sharing/lib/controllers/sharecontroller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/controllers/sharecontroller.php b/apps/files_sharing/lib/controllers/sharecontroller.php index 19517a9012e..6f9a8d742cc 100644 --- a/apps/files_sharing/lib/controllers/sharecontroller.php +++ b/apps/files_sharing/lib/controllers/sharecontroller.php @@ -91,6 +91,7 @@ class ShareController extends Controller { * @param \OC\Share20\Manager $shareManager * @param ISession $session * @param IPreview $previewManager + * @param IRootFolder $rootFolder */ public function __construct($appName, IRequest $request, |