Browse Source

Fix files_sharing

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v15.0.0beta1
Roeland Jago Douma 5 years ago
parent
commit
c8cf986527
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      apps/files_sharing/lib/AppInfo/Application.php

+ 2
- 1
apps/files_sharing/lib/AppInfo/Application.php View File

@@ -37,6 +37,7 @@ use OC\AppFramework\Utility\SimpleContainer;
use OCA\Files_Sharing\Controller\ExternalSharesController;
use OCA\Files_Sharing\Controller\ShareController;
use OCA\Files_Sharing\Middleware\SharingCheckMiddleware;
use OCP\AppFramework\Utility\IControllerMethodReflector;
use OCP\Defaults;
use OCP\Federation\ICloudIdManager;
use \OCP\IContainer;
@@ -120,7 +121,7 @@ class Application extends App {
$c->query('AppName'),
$server->getConfig(),
$server->getAppManager(),
$c['ControllerMethodReflector'],
$server->query(IControllerMethodReflector::class),
$server->getShareManager(),
$server->getRequest()
);

Loading…
Cancel
Save