diff options
Diffstat (limited to 'src/Util.php')
-rw-r--r-- | src/Util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Util.php b/src/Util.php index f06718d..38aec11 100644 --- a/src/Util.php +++ b/src/Util.php @@ -4,8 +4,8 @@ function throw_if_null($arg) { if ($arg === null) throw new Exception('argument is null'); } -function build_message_id($time, $postId, $forumHost) { - return "<$time.$postId.bridge@$forumHost>"; +function build_message_id($postId, $editId, $time, $forumHost) { + return "<$time.$postId.$editId.bridge@$forumHost>"; } /* |