From: Robin Appelman Date: Thu, 1 Apr 2021 11:51:53 +0000 (+0200) Subject: remove leftover debug @NoCSRFRequired introduced with #26198 X-Git-Tag: v20.0.9RC1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb201a5747b734e10acd958de75b5a27d8027269;p=nextcloud-server.git remove leftover debug @NoCSRFRequired introduced with #26198 Signed-off-by: Robin Appelman --- 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);