Allow non-subadmins to change their language

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-12-08 16:24:21 +01:00
parent 61e15988a0
commit 10daad9346
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class PersonalController extends Controller {
/**
* @NoAdminRequired
* @NoSubadminRequired
* @param string $lang
* @return JSONResponse
*/