Skip to content

Commit b2b55a8

Browse files
provokateurinbackportbot[bot]
authored andcommitted
fix(Share): Add missing optional parameter to IManager::shareApiAllowLinks()
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 3b6f38c commit b2b55a8

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)