Skip to content

Commit

Permalink
Merge branch 'MDL-34153-23' of git://github.com/danpoltawski/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_23_STABLE
  • Loading branch information
Sam Hemelryk committed Jul 15, 2012
2 parents f309981 + 476f72e commit d479ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function forum_get_completion_state($course,$cm,$userid,$type) {
* @return string A unique message-id
*/
function forum_get_email_message_id($postid, $usertoid, $hostname) {
return '<'.hash('sha256',$postid.'to'.$usertoid.'@'.$hostname).'>';
return '<'.hash('sha256',$postid.'to'.$usertoid).'@'.$hostname.'>';
}

/**
Expand Down

0 comments on commit d479ce3

Please sign in to comment.