Skip to content

Commit 9010524

Browse files
authored
Merge pull request #26404 from nextcloud/backport/26403/stable21
[stable21] remove leftover debug @NoCSRFRequired introduced with #26198
2 parents e0dcf64 + 17b64a4 commit 9010524

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/Controller/SearchController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public function __construct(
5555

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

0 commit comments

Comments
 (0)