Skip to content

Commit

Permalink
Make installed langs available for non-admin users (fix #184) (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi authored and github-actions[bot] committed Feb 23, 2023
1 parent 4506ecc commit 715a7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Controller/OcrBackendInfoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function __construct($AppName, IRequest $request, IOcrBackendInfoService
}

/**
* @NoAdminRequired
* @return JSONResponse
*/
public function getInstalledLanguages() : JSONResponse {
Expand Down

0 comments on commit 715a7f3

Please sign in to comment.