diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-10 21:56:44 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-10 21:56:44 +0000 |
commit | c91aa863d85e6d3b3a260fefe5e281d66730c4c9 (patch) | |
tree | 9c1a324482e24e703e363921f14c8dfa6d45dd62 /mod/settings.php | |
parent | 355c71276364735ad74f7f175e8b4940fba11653 (diff) | |
download | volse-hubzilla-c91aa863d85e6d3b3a260fefe5e281d66730c4c9.tar.gz volse-hubzilla-c91aa863d85e6d3b3a260fefe5e281d66730c4c9.tar.bz2 volse-hubzilla-c91aa863d85e6d3b3a260fefe5e281d66730c4c9.zip |
Missing ''
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 201a4aa2a..ea7b2ba06 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -161,7 +161,7 @@ function settings_post(&$a) { if ($mobile_theme == "---") - del_pconfig(local_user(),'system',mobile_theme); + del_pconfig(local_user(),'system','mobile_theme'); else { set_pconfig(local_user(),'system','mobile_theme',$mobile_theme); } |