Skip to content

Commit

Permalink
MDL-9983, missing upser_updated event
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Jul 11, 2007
1 parent 2054475 commit ae483da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
$USER->$variable = $value;
}
}

events_trigger('user_updated', $usernew);
redirect("$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id");
}

Expand Down

0 comments on commit ae483da

Please sign in to comment.