From 6aa2031ce3aa7d473e21733a521bcb8aef96e370 Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 8 Sep 2023 10:42:17 +0200 Subject: [PATCH] Update lib/Service/TableService.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julius Härtl Signed-off-by: Florian --- lib/Service/TableService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/TableService.php b/lib/Service/TableService.php index ef20d3b10..a40978043 100644 --- a/lib/Service/TableService.php +++ b/lib/Service/TableService.php @@ -276,7 +276,7 @@ public function setOwner(int $id, string $newOwnerUserId, ?string $userId = null $table->setOwnership($newOwnerUserId); $table = $this->mapper->update($table); - # also change owners of related shares + // also change owners of related shares $updatedShares = $this->shareService->changeSenderForNode('table', $id, $newOwnerUserId, $userId); $updatesSharesOutput = []; foreach ($updatedShares as $share) {