aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-08 11:59:21 -0800
committerfriendica <info@friendica.com>2012-12-08 11:59:21 -0800
commit2a39a5feee0c222e25505bfbc06e2a6d52226fb0 (patch)
treed78a0c8167c1d5eb05a86615e8890026c50aeb48 /boot.php
parenta65111b9914c99695329162939a0a76f50859acb (diff)
downloadvolse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.tar.gz
volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.tar.bz2
volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.zip
upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 6fac2d914..cdf70c80d 100644
--- a/boot.php
+++ b/boot.php
@@ -1250,8 +1250,9 @@ function profile_load(&$a, $nickname, $profile = 0) {
$a->page['title'] = $a->profile['channel_name'] . " @ " . $a->config['sitename'];
-// FIXME
- $_SESSION['theme'] = $a->profile['theme'];
+
+
+ $_SESSION['theme'] = $a->profile['channel_theme'];
/**
* load/reload current theme info