aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 41704ff08..e26dc6fdd 100755
--- a/boot.php
+++ b/boot.php
@@ -1559,7 +1559,7 @@ function profile_load(&$a, $nickname, $profile = '') {
$a->profile['channel_mobile_theme'] = get_pconfig(local_user(),'system', 'mobile_theme');
$_SESSION['theme'] = $a->profile['channel_theme'];
- $_SESSION['mobile-theme'] = get_pconfig(local_user(),'system', 'mobile_theme');
+ $_SESSION['mobile-theme'] = $a->profile['channel_mobile_theme'];
/**
* load/reload current theme info