aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-04-01 13:51:53 +0200
committerRobin Appelman <robin@icewind.nl>2021-04-01 13:51:53 +0200
commitc232a40bdf8c6cd0ed30ca93695c490157a5ee77 (patch)
treeb71c908340cfb2de12d4d458e3ec4a0d9ea6d612 /core/Controller
parent68d364007691750a5e8ec218c87e6cd8b0919245 (diff)
downloadnextcloud-server-c232a40bdf8c6cd0ed30ca93695c490157a5ee77.tar.gz
nextcloud-server-c232a40bdf8c6cd0ed30ca93695c490157a5ee77.zip
remove leftover debug @NoCSRFRequired introduced with #26198
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/Controller')
-rw-r--r--core/Controller/SearchController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/SearchController.php b/core/Controller/SearchController.php
index 42439e9ceb9..72633630dad 100644
--- a/core/Controller/SearchController.php
+++ b/core/Controller/SearchController.php
@@ -55,7 +55,6 @@ class SearchController extends Controller {
/**
* @NoAdminRequired
- * @NoCSRFRequired
*/
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);