diff --git a/mod/settings.php b/mod/settings.php index ba703db15..702a931df 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -916,7 +916,7 @@ function settings_content(App $a) } $theme_selected = $a->user['theme'] ?: $default_theme; - $mobile_theme_selected = $a->user['mobile-theme'] ?: $default_mobile_theme; + $mobile_theme_selected = Session::get('mobile-theme', $default_mobile_theme); $nowarn_insecure = intval(PConfig::get(local_user(), 'system', 'nowarn_insecure'));