Missing ''
This commit is contained in:
parent
355c712763
commit
c91aa863d8
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user