diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-19 19:34:04 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-19 19:34:04 -0400 |
commit | cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb (patch) | |
tree | 3bd937f447fc0a4e57c9e9b4a88074eabf0c1e5d /include/channel.php | |
parent | 40a7d3821098c095a01e2a30b2b49c53bb38e2cf (diff) | |
parent | e4244c0cac301c63e5f69cde24c889e15500d89e (diff) | |
download | volse-hubzilla-cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb.tar.gz volse-hubzilla-cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb.tar.bz2 volse-hubzilla-cf93d9c3b42a4ab1dd9c4199b3b0711cc41b2dbb.zip |
Merge remote-tracking branch 'upstream/dev' into website-export
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']; } |