Skip to content

Commit

Permalink
update cachedName at member creation
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Nov 16, 2021
1 parent 70fa123 commit e27f1d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/GlobalScale/MemberAdd.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ public function manage(GSEvent $event): void {
}


//
// TODO: verifiez comment se passe le cached name sur un member_add
//
$this->membersService->updateCachedName($member, false);
$this->membersRequest->updateMemberInfo($member);

$cachedName = $member->getCachedName();
$password = $event->getData()
->g('password');
Expand Down

0 comments on commit e27f1d5

Please sign in to comment.