diff options
Diffstat (limited to 'mod/community.php')
-rw-r--r-- | mod/community.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/community.php b/mod/community.php index 354f68528..4f6c3d3c9 100644 --- a/mod/community.php +++ b/mod/community.php @@ -1,8 +1,10 @@ <?php function community_init(&$a) { - if(! local_user()) + if(! local_user()) { unset($_SESSION['theme']); + unset($_SESSION['mobile-theme']); + } } |