Merge pull request #11939 from nextcloud/backport/11611/stable14

[14] Allow userId to be null
This commit is contained in:
Roeland Jago Douma 2018-10-19 19:30:34 +02:00 committed by GitHub
commit 76b3bbc415
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,