@@ -81,12 +81,12 @@ |
||
81 | 81 | } |
82 | 82 | |
83 | 83 | /** |
84 | - * @NoAdminRequired |
|
85 | - * @NoCSRFRequired |
|
86 | - * @PublicPage |
|
87 | - * @param string $hash |
|
88 | - * @return DataResponse |
|
89 | - */ |
|
84 | + * @NoAdminRequired |
|
85 | + * @NoCSRFRequired |
|
86 | + * @PublicPage |
|
87 | + * @param string $hash |
|
88 | + * @return DataResponse |
|
89 | + */ |
|
90 | 90 | public function getPoll($hash) { |
91 | 91 | if (!\OC::$server->getUserSession()->getUser() instanceof IUser) { |
92 | 92 | return new DataResponse(null, Http::STATUS_UNAUTHORIZED); |