Missing ''

This commit is contained in:
Thomas Willingham 2014-12-10 21:56:44 +00:00
parent 355c712763
commit c91aa863d8

View File

@ -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);
}