Skip to content

Commit

Permalink
Merge pull request #5073 from nextcloud/backport/4810/stable23
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Aug 30, 2023
2 parents ab5d45a + bf21052 commit b017f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/BoardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public function __construct(
*/
public function setUserId(string $userId): void {
$this->userId = $userId;
$this->permissionService->setUserId($userId);
}

/**
Expand Down

0 comments on commit b017f44

Please sign in to comment.