Skip to content

Commit

Permalink
Merge pull request #11939 from nextcloud/backport/11611/stable14
Browse files Browse the repository at this point in the history
[14] Allow userId to be null
  • Loading branch information
rullzer committed Oct 19, 2018
2 parents 61fe597 + 5c8719a commit 76b3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/lib/Controller/ShareAPIController.php
Expand Up @@ -113,7 +113,7 @@ public function __construct(
IUserManager $userManager,
IRootFolder $rootFolder,
IURLGenerator $urlGenerator,
string $userId,
string $userId = null,
IL10N $l10n,
IConfig $config,
IAppManager $appManager,
Expand Down

0 comments on commit 76b3bbc

Please sign in to comment.