We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db069c5 commit 7fc918bCopy full SHA for 7fc918b
1 file changed
sangria/code/SangriaPage.php
@@ -40,7 +40,7 @@ final class SangriaPage_Controller extends AdminController implements Permission
40
function init()
41
{
42
43
- if ($this->request->param('Action') == 'ViewSurveyFreeAnswersList') {
+ if ($this->request->param('Action') == 'ViewSurveyFreeAnswersList' || $this->request->param('Action') == 'ViewSurveyFreeAnswersStats') {
44
if (!Permission::check("FREE_TEXT_TAGGING_ACCESS")) {
45
return Security::permissionFailure();
46
}
0 commit comments