diff options
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index f4feb1022..7eb2d6b96 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2341,7 +2341,7 @@ function process_mail_delivery($sender, $arr, $deliveries) { intval($r[0]['id']), intval($channel['channel_id']) ); - + // If it was a first message in thread $z = q("SELECT * FROM mail WHERE mid = '%s' AND channel_id = %d", dbesc($arr['mid']), |