mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 00:54:26 +02:00
Remove useless theme session variable deletions in modules
This commit is contained in:
parent
ead0defb48
commit
f4d06ebd47
7 changed files with 0 additions and 41 deletions
|
@ -61,13 +61,6 @@ class Register extends BaseModule
|
|||
}
|
||||
}
|
||||
|
||||
if (!empty($_SESSION['theme'])) {
|
||||
unset($_SESSION['theme']);
|
||||
}
|
||||
if (!empty($_SESSION['mobile-theme'])) {
|
||||
unset($_SESSION['mobile-theme']);
|
||||
}
|
||||
|
||||
$username = defaults($_REQUEST, 'username' , '');
|
||||
$email = defaults($_REQUEST, 'email' , '');
|
||||
$openid_url = defaults($_REQUEST, 'openid_url', '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue