Stop double-encoding select box values, etemplate does it in beforeSendToClient()

This commit is contained in:
Nathan Gray 2013-11-26 19:05:18 +00:00
parent 085733faa1
commit 9af81df945

View File

@ -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')