1
0
Fork 0

Merge pull request #1086 from annando/master

Bugfix: Connecting with other users works again/Some more profile optimizing
This commit is contained in:
fabrixxm 2014-08-28 09:16:26 +02:00
commit 070581f793
7 changed files with 168 additions and 87 deletions

View file

@ -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'];
/**