Changeset 5996 for trunk/profile.php


Ignore:
Timestamp:
Apr 29, 2010, 3:35:33 PM (14 years ago)
Author:
plg
Message:

bug 1634: default theme and default language have a specific page, ability to
set them from guest settings was removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/profile.php

    r5328 r5996  
    9898  if ($special_user)
    9999  {
    100     unset($_POST['mail_address'],
    101           $_POST['password'],
    102           $_POST['use_new_pwd'],
    103           $_POST['passwordConf']
    104           );
     100    unset(
     101      $_POST['mail_address'],
     102      $_POST['password'],
     103      $_POST['use_new_pwd'],
     104      $_POST['passwordConf'],
     105      $_POST['theme'],
     106      $_POST['language']
     107      );
    105108  }
    106109
Note: See TracChangeset for help on using the changeset viewer.