From aa5bda4660ff42d3371d7a70b56f23239b01c6a8 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 7 Dec 2004 01:53:57 +0000
Subject: [PATCH] Explicity add template.number... wonder why I'm not doing
 this live everywhere else...

---
 web/root/msgs/reply.ssjs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/web/root/msgs/reply.ssjs b/web/root/msgs/reply.ssjs
index f794d80fdd..c8ff9f16f0 100644
--- a/web/root/msgs/reply.ssjs
+++ b/web/root/msgs/reply.ssjs
@@ -24,8 +24,9 @@ template.subject=hdr.subject;
 if(template.subject.search(/^re:\s+/i)==-1)
 	template.subject='Re: '+template.subject;
 template.from=hdr.from;
+template.number=hdr.number;
 
-template.body=msgbase.get_msg_body(false,parseInt(http_request.query.reply_to),true,true)
+template.body=msgbase.get_msg_body(false,parseInt(http_request.query.reply_to),true,true);
 if(this.word_wrap != undefined)  {
 	template.body=quote_msg(word_wrap(template.body,79),79);
 }
-- 
GitLab