diff options
author | friendica <info@friendica.com> | 2013-09-02 17:03:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-02 17:03:54 -0700 |
commit | 6ad6aa307fa8cf6dc8635edf8650532aaf068870 (patch) | |
tree | fb38512ac35a88541769232910a382c5ec3249e9 /include | |
parent | dfa2efcecf976783c4fa06f4301a851eca8e97c6 (diff) | |
parent | 02fe2d488155b0907c950eb3118c523940c6827f (diff) | |
download | volse-hubzilla-6ad6aa307fa8cf6dc8635edf8650532aaf068870.tar.gz volse-hubzilla-6ad6aa307fa8cf6dc8635edf8650532aaf068870.tar.bz2 volse-hubzilla-6ad6aa307fa8cf6dc8635edf8650532aaf068870.zip |
Merge pull request #108 from cvogeley/master
More mobile theme fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php index 143a16de8..d04ebbe43 100644 --- a/include/auth.php +++ b/include/auth.php @@ -15,6 +15,7 @@ function nuke_session() { unset($_SESSION['cid']); unset($_SESSION['theme']); unset($_SESSION['mobile_theme']); + unset($_SESSION['show_mobile']); unset($_SESSION['page_flags']); unset($_SESSION['submanage']); unset($_SESSION['my_url']); |