Merge pull request #1086 from annando/master
Bugfix: Connecting with other users works again/Some more profile optimizing
This commit is contained in:
commit
070581f793
7 changed files with 168 additions and 87 deletions
4
boot.php
4
boot.php
|
|
@ -1414,7 +1414,9 @@ if(! function_exists('profile_load')) {
|
|||
|
||||
$a->page['title'] = $a->profile['name'] . " @ " . $a->config['sitename'];
|
||||
|
||||
$_SESSION['theme'] = $a->profile['theme'];
|
||||
if (!$profiledata)
|
||||
$_SESSION['theme'] = $a->profile['theme'];
|
||||
|
||||
$_SESSION['mobile-theme'] = $a->profile['mobile-theme'];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue