Browse Source

Fixed bug: Bopdy was empty when replying or forwarding.

gustavf 25 năm trước cách đây
mục cha
commit
a618a326cc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/compose.php

+ 1 - 0
src/compose.php

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