diff options
author | Morris Jobke <hey@morrisjobke.de> | 2021-04-01 18:17:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 18:17:08 +0200 |
commit | 94c8e96a1f07499cc8c1b2ba8e3a7f58d6d0773e (patch) | |
tree | 12c534972d5de859ae91d7dead64f11f2fff8fbb | |
parent | 9df8953adfee902b0bdae78afdcbc212306646dc (diff) | |
parent | fb201a5747b734e10acd958de75b5a27d8027269 (diff) | |
download | nextcloud-server-20.0.9RC1.tar.gz nextcloud-server-20.0.9RC1.zip |
Merge pull request #26405 from nextcloud/backport/26403/stable20v20.0.9RC1
[stable20] remove leftover debug @NoCSRFRequired introduced with #26198
-rw-r--r-- | core/Controller/SearchController.php | 1 |
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); |