summaryrefslogtreecommitdiffstats
path: root/webapp/actions/user_actions.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/actions/user_actions.jsx')
-rw-r--r--webapp/actions/user_actions.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/actions/user_actions.jsx b/webapp/actions/user_actions.jsx
index a93f84e7c..6f19e9ace 100644
--- a/webapp/actions/user_actions.jsx
+++ b/webapp/actions/user_actions.jsx
@@ -378,7 +378,7 @@ export function updateUserRoles(userId, newRoles, success, error) {
userId,
newRoles,
() => {
- AsyncClient.getUser(this.props.user.id);
+ AsyncClient.getUser(userId);
if (success) {
success();