mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00: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
|
@ -32,9 +32,6 @@ class Login extends BaseModule
|
|||
{
|
||||
$a = self::getApp();
|
||||
|
||||
Session::remove('theme');
|
||||
Session::remove('mobile-theme');
|
||||
|
||||
if (local_user()) {
|
||||
$a->internalRedirect();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue