Skip to content

Commit

Permalink
Merge pull request #26404 from nextcloud/backport/26403/stable21
Browse files Browse the repository at this point in the history
[stable21] remove leftover debug @NoCSRFRequired introduced with #26198
  • Loading branch information
MorrisJobke authored Apr 1, 2021
2 parents e0dcf64 + 17b64a4 commit 9010524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function __construct(

/**
* @NoAdminRequired
* @NoCSRFRequired
*/
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);
Expand Down

0 comments on commit 9010524

Please sign in to comment.