Merge branch 'importLinkFix' into develop

This commit is contained in:
Emil Siverhall 2012-03-26 09:34:46 +02:00
commit ac500e5347

@ -465,7 +465,7 @@ public class ExternalImporterDaisyImpl implements ExternalImporter {
final Set<ProjectParticipantDTO> fetchedOtherParticipants = fetchParticipants(new HashMap<String, String>(), HttpRequestSender.REQUEST_TYPE.GET, new UrlProcessor(){
@Override
String process(String url){
return(url+"/thesis/"+projectDTO.id+"/supervisor");
return(url+"/thesis/"+projectDTO.id+"/contributor");
}
});
combinedSet.addAll(fetchedOtherParticipants);