Merge pull request #11611 from nextcloud/fix/10852

Allow userId to be null
This commit is contained in:
Roeland Jago Douma 2018-10-04 15:35:22 +02:00 committed by GitHub
commit bfa870d803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ class ShareAPIController extends OCSController {
IUserManager $userManager,
IRootFolder $rootFolder,
IURLGenerator $urlGenerator,
string $userId,
string $userId = null,
IL10N $l10n,
IConfig $config,
IAppManager $appManager,