From 4af339da636e70b2695c12881f5dbc086e55a656 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 9 Sep 2015 18:18:27 -0700 Subject: slight hack to improve public forum detection in the forum widget --- include/message.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/message.php') diff --git a/include/message.php b/include/message.php index 396e3162c..efe1a7710 100644 --- a/include/message.php +++ b/include/message.php @@ -49,6 +49,7 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto=' // look for any existing conversation structure + if(strlen($replyto)) { $r = q("select convid from mail where channel_id = %d and ( mid = '%s' or parent_mid = '%s' ) limit 1", intval(local_channel()), -- cgit v1.2.3