call the right service api

pull/210/head
Justin Richer 2012-08-27 16:57:52 -04:00
parent 407c14d0dc
commit 0b1bb4f8aa
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ public class ClientDynamicRegistrationEndpoint {
client.setRequireAuthTime(requireAuthTime);
client.setDefaultACR(defaultAcr);
ClientDetailsEntity saved = clientService.saveNewClient(client);
ClientDetailsEntity saved = clientService.updateClient(client, client);
model.put("client", saved);
return "clientUpdate";