summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-08 16:24:21 +0100
committerJoas Schilling <coding@schilljs.com>2016-12-08 16:24:21 +0100
commit10daad9346164b62e7a80b4666f33ecd5142c177 (patch)
tree35bcef97d4c1cf5917067ef22285621d686a6ff7 /settings
parent61e15988a0b37626e509543eec22e2452c3daad0 (diff)
downloadnextcloud-server-10daad9346164b62e7a80b4666f33ecd5142c177.tar.gz
nextcloud-server-10daad9346164b62e7a80b4666f33ecd5142c177.zip
Allow non-subadmins to change their language
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/Controller/PersonalController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/Controller/PersonalController.php b/settings/Controller/PersonalController.php
index f9c67575466..696c0a5c414 100644
--- a/settings/Controller/PersonalController.php
+++ b/settings/Controller/PersonalController.php
@@ -69,6 +69,7 @@ class PersonalController extends Controller {
/**
* @NoAdminRequired
+ * @NoSubadminRequired
* @param string $lang
* @return JSONResponse
*/