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
diff options
context:
space:
mode:
authorVinzenz <vinzenz.rosenkranz@gmail.com>2016-08-28 15:27:07 +0300
committerVinzenz <vinzenz.rosenkranz@gmail.com>2016-08-28 15:27:07 +0300
commit2edb4804e44a15a3fb866b57b4dee643210e853e (patch)
tree2462e21d56df38621859ac008d178e3270aea5de /controller
parent997dc2f2247dd88ec5b6b82f2a8d05664a21b5e4 (diff)
allow anonymous comments
Diffstat (limited to 'controller')
-rw-r--r--controller/pagecontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/pagecontroller.php b/controller/pagecontroller.php
index 1105b086..2840d175 100644
--- a/controller/pagecontroller.php
+++ b/controller/pagecontroller.php
@@ -423,6 +423,7 @@ class PageController extends Controller {
/**
* @NoAdminRequired
* @NoCSRFRequired
+ * @PublicPage
*/
public function insertComment($pollId, $userId, $commentBox) {
$comment = new Comment();