summaryrefslogtreecommitdiff
path: root/save.php
diff options
context:
space:
mode:
Diffstat (limited to 'save.php')
-rw-r--r--save.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/save.php b/save.php
index b785965cb1..9ff4888d68 100644
--- a/save.php
+++ b/save.php
@@ -190,7 +190,7 @@ case 'user_setting':
//////////////////////////////////////////////////////////////////////////////
// Authorisation
- if (!(WT_USER_IS_ADMIN || WT_USER_ID && get_user_setting($id1, 'editaccount') && _array($id2, array('language','defaulttab','visible_online','contact_method')))) {
+ if (!(WT_USER_IS_ADMIN || WT_USER_ID && get_user_setting($id1, 'editaccount') && _array($id2, array('language','visible_online','contact_method')))) {
fail();
}
@@ -212,7 +212,6 @@ case 'user_setting':
break;
case 'contactmethod':
case 'comment':
- case 'defaulttab':
case 'language':
case 'theme':
break;