From 537401cf27c2265e79669fc7e09f32de8b65d082 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 16 Aug 2016 22:15:51 -0700 Subject: don't set session theme unless logged in. --- include/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/channel.php') 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']; } -- cgit v1.2.3