Skip to content

Commit

Permalink
fixed incorrect user id when updating in uploaduser.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 27, 2006
1 parent 4e03aa7 commit 3c8ecb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/uploaduser.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
//Record not added - user is already registered
//In this case, output userid from previous registration
//This can be used to obtain a list of userids for existing users
notify("$user->id ".get_string('usernotaddedregistered', 'error', $username));
notify("$olduser->id ".get_string('usernotaddedregistered', 'error', $username));
$userserrors++;
continue;
}
Expand Down

0 comments on commit 3c8ecb0

Please sign in to comment.