diff options
Diffstat (limited to 'save.php')
| -rw-r--r-- | save.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |
