Skip to content

Commit

Permalink
Merge pull request #26405 from nextcloud/backport/26403/stable20
Browse files Browse the repository at this point in the history
[stable20] remove leftover debug @NoCSRFRequired introduced with #26198
  • Loading branch information
MorrisJobke authored Apr 1, 2021
2 parents 9df8953 + fb201a5 commit 94c8e96
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 94c8e96

Please sign in to comment.