This commit is contained in:
Maxime Dagnicourt
2008-02-06 21:58:42 +00:00
parent e68229ec4e
commit a05c08fe62

View File

@@ -80,7 +80,7 @@ public class ChoosePreferenceController extends SimpleFormController {
for(Preference preference : listPreference){
articleManager.addPreference(preference.getArticle().getId(),
preference.getPcMember().getLogin(),
preference.getPreference());
preference.getPreferenceType());
}
Map<String, String> model = new HashMap<String, String>();