Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 8f8a1a4

Browse files
committed
Fix #1214 - Manually refresh the cache, as the timestamp for user and for roles are updated at the same moment.
1 parent 33424a8 commit 8f8a1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/plugins/core.conf/AbstractConfDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ public function switchAction(ServerRequestInterface $requestInterface, ResponseI
849849
$mess = LocaleService::getMessages(true);
850850
}
851851
}
852+
UsersService::updateUser($userObject);
852853
}
853854

854855
if ($action == "user_create_user") {

0 commit comments

Comments
 (0)