aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-12-10 21:56:44 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-12-10 21:56:44 +0000
commitc91aa863d85e6d3b3a260fefe5e281d66730c4c9 (patch)
tree9c1a324482e24e703e363921f14c8dfa6d45dd62 /mod
parent355c71276364735ad74f7f175e8b4940fba11653 (diff)
downloadvolse-hubzilla-c91aa863d85e6d3b3a260fefe5e281d66730c4c9.tar.gz
volse-hubzilla-c91aa863d85e6d3b3a260fefe5e281d66730c4c9.tar.bz2
volse-hubzilla-c91aa863d85e6d3b3a260fefe5e281d66730c4c9.zip
Missing ''
Diffstat (limited to 'mod')
-rw-r--r--mod/settings.php2
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);
}