mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix files_sharing
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
2452a3ec73
commit
c8cf986527
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue