Skip to content

Commit

Permalink
MDL-28197 another possible sql vulnerability injection fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Jul 11, 2011
1 parent ffd3e38 commit 682e430
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 @@ -558,7 +558,7 @@
continue;
}
// save custom profile fields data
profile_save_data($user);
profile_save_data(addslashes_recursive($user));

// make sure user context exists
get_context_instance(CONTEXT_USER, $user->id);
Expand Down

0 comments on commit 682e430

Please sign in to comment.