Skip to content

Commit 3bf88ae

Browse files
Merge pull request #60809 from nextcloud/fix/share/manager-api-allow-links-user-parameter
fix(Share): Add missing optional parameter to IManager::shareApiAllowLinks()
2 parents b7ee8e7 + 1cf69c3 commit 3bf88ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Share/IManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function shareApiEnabled(): bool;
290290
* @since 9.0.0
291291
* @since 33.0.0 Added optional $user parameter
292292
*/
293-
public function shareApiAllowLinks(): bool;
293+
public function shareApiAllowLinks(?IUser $user = null): bool;
294294

295295
/**
296296
* Is password on public link required

0 commit comments

Comments
 (0)