Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2022-04-15 13:08:07 +0300
committerGitHub <noreply@github.com>2022-04-15 13:08:07 +0300
commit0cf60c7946d947a86603f00b915094280fe893e7 (patch)
treeaeeaef4faf30db57c89c6b44fc1062edfa6a62ae /lib
parent2114dc0c8a3ed147c12cf9aca7b5029432705d9b (diff)
add feedback effects on voting and fix reactivity (#2377)
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/PollController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PollController.php b/lib/Controller/PollController.php
index 2deb5cc7..a5120af9 100644
--- a/lib/Controller/PollController.php
+++ b/lib/Controller/PollController.php
@@ -117,7 +117,7 @@ class PollController extends Controller {
return [
'poll' => $this->pollService->update($pollId, $poll),
- 'acl' => $this->acl,
+ 'acl' => $this->acl->setPollId($pollId),
];
});
}