# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Applications/MAMP/htdocs/t2i/sites/all/modules/privatemsg
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: privatemsg.module
--- privatemsg.module Base (BASE)
+++ privatemsg.module Locally Modified (Based On LOCAL)
@@ -1213,6 +1213,7 @@
     return array(t('Thread %thread_id not found, unable to answer', array('%thread_id' => $thread_id)));
   }
 
+  $message['thread_id']=$thread_id;
 
   $query = _privatemsg_assemble_query('participants', $thread_id);
   $participants = db_query($query['query']);
