diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-08-16 02:38:30 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-08-16 02:38:30 +0200 |
commit | 40204ad6e369807bbef8291ef7de75f027d26046 (patch) | |
tree | c5897cd40358013e635ee88719c3643c6dace675 | |
parent | bdfd0aa917d75f68ff20d900e691f626df13da79 (diff) | |
download | volse-hubzilla-40204ad6e369807bbef8291ef7de75f027d26046.tar.gz volse-hubzilla-40204ad6e369807bbef8291ef7de75f027d26046.tar.bz2 volse-hubzilla-40204ad6e369807bbef8291ef7de75f027d26046.zip |
Do it like normal themes
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |