diff options
author | redmatrix <git@macgirvin.com> | 2016-08-16 22:15:51 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-16 22:15:51 -0700 |
commit | 537401cf27c2265e79669fc7e09f32de8b65d082 (patch) | |
tree | fd46c26c992b85b54da3a52e2a1de4e70468a9ad /include/channel.php | |
parent | b2eede891ae6ce2db0911ca75649a0a2a3c60212 (diff) | |
download | volse-hubzilla-537401cf27c2265e79669fc7e09f32de8b65d082.tar.gz volse-hubzilla-537401cf27c2265e79669fc7e09f32de8b65d082.tar.bz2 volse-hubzilla-537401cf27c2265e79669fc7e09f32de8b65d082.zip |
don't set session theme unless logged in.
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 62c35e3ff..1179697a4 100644 --- a/include/channel.php +++ b/include/channel.php @@ -936,7 +936,7 @@ function profile_load($nickname, $profile = '') { * load/reload current theme info */ - $_SESSION['theme'] = $p[0]['channel_theme']; +// $_SESSION['theme'] = $p[0]['channel_theme']; } |