diff options
Diffstat (limited to 'mod/community.php')
-rw-r--r-- | mod/community.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/community.php b/mod/community.php index 971ecca5c..e4c6e6b04 100644 --- a/mod/community.php +++ b/mod/community.php @@ -3,7 +3,7 @@ function community_init(&$a) { if(! local_user()) { unset($_SESSION['theme']); - unset($_SESSION['mobile-theme']); + unset($_SESSION['mobile_theme']); } |