Skip to content

Commit

Permalink
Merge pull request #78 from SURFnet/bugfix/add-institution-to-update-…
Browse files Browse the repository at this point in the history
…identity-command

Use new version of UpdateIdentityCommand
  • Loading branch information
DRvanR committed Jun 18, 2015
2 parents b6cdb09 + 762fbfd commit f403bdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function createIdentity(Identity $identity)
*/
public function updateIdentity(Identity $identity)
{
$command = new UpdateIdentityCommand($identity->id);
$command = new UpdateIdentityCommand($identity->id, $identity->institution);
$command->email = $identity->email;
$command->commonName = $identity->commonName;

Expand Down

0 comments on commit f403bdb

Please sign in to comment.