From 1220e6778940c8703bfdf87fa4d3e7760d43b942 Mon Sep 17 00:00:00 2001 From: gustavf Date: Wed, 23 Feb 2000 10:24:08 +0000 Subject: [PATCH] Fixed bug: Bopdy was empty when replying or forwarding. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@240 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compose.php b/src/compose.php index 8f7044b3..1befa6a2 100644 --- a/src/compose.php +++ b/src/compose.php @@ -309,6 +309,7 @@ showInputForm(); } else { $newmail = true; + newMail(); showInputForm(); } ?> -- 2.25.1