Skip to content

Commit 53a248b

Browse files
authored
Make installed langs available for non-admin users (fix #184) (#186) (#187)
1 parent e42fdc6 commit 53a248b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Controller/OcrBackendInfoController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function __construct($AppName, IRequest $request, IOcrBackendInfoService
4343
}
4444

4545
/**
46+
* @NoAdminRequired
4647
* @return JSONResponse
4748
*/
4849
public function getInstalledLanguages() : JSONResponse {

0 commit comments

Comments
 (0)