Browse Source

Fixed bug: Bopdy was empty when replying or forwarding.

gustavf 25 years ago
parent
commit
a618a326cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/compose.php

+ 1 - 0
src/compose.php

@@ -309,6 +309,7 @@
       showInputForm();
    } else {
       $newmail = true;
+      newMail();
       showInputForm();
    }
 ?>