From 2630cfa3c91847c2df3451996aa2d0c336b5d95e Mon Sep 17 00:00:00 2001 From: dartcafe Date: Tue, 28 Nov 2023 19:36:31 +0100 Subject: [PATCH] cs-fix to calm tests Signed-off-by: dartcafe --- lib/Service/VoteService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/VoteService.php b/lib/Service/VoteService.php index 48d0ee8a4..8ed9c7197 100644 --- a/lib/Service/VoteService.php +++ b/lib/Service/VoteService.php @@ -103,7 +103,7 @@ public function set(int $optionId, string $setTo, ?Acl $acl = null): ?Vote { if ($acl) { $this->acl = $acl; // ->setToken($token, Acl::PERMISSION_VOTE_EDIT, $option->getPollId()); - // $this->acl->setToken($token, Acl::PERMISSION_VOTE_EDIT, $option->getPollId()); + // $this->acl->setToken($token, Acl::PERMISSION_VOTE_EDIT, $option->getPollId()); } else { $this->acl->setPollId($option->getPollId(), Acl::PERMISSION_VOTE_EDIT); }