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 Feb 23, 2023
1 parent 856edf9 commit 46d9ed8
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 46d9ed8

Please sign in to comment.