fix: fix a copy paste bug

pull/2229/head
iglocska 2017-05-29 16:35:11 +02:00
parent bce780090f
commit 3797177247
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class User extends AppModel {
unset($user['User']['password']);
unset($user['User']['confirm_password']);
}
$pubSubTool->modified($user, 'organisation');
$pubSubTool->modified($user, 'user');
}
return true;
}