mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Stop double-encoding select box values, etemplate does it in beforeSendToClient()
This commit is contained in:
parent
085733faa1
commit
9af81df945
@ -362,8 +362,6 @@ class preferences_settings
|
||||
break;
|
||||
}
|
||||
}
|
||||
// need to call fix_encoded_options manually, as id is not matching because of autorepeat
|
||||
etemplate_widget_menupopup::fix_encoded_options($setting['values']);
|
||||
$sel_options[$setting['name']] = $setting['values'];
|
||||
}
|
||||
if ($type == 'user')
|
||||
|
Loading…
Reference in New Issue
Block a user