jmunro 23 năm trước cách đây
mục cha
commit
ca535a7f00
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/compose.php

+ 1 - 1
src/compose.php

@@ -109,7 +109,7 @@ if (isset($draft)) {
             }
             else {
             Header("Location: right_main.php?mailbox=$draft_folder&sort=$sort".
-                   "&startMessage=1&note=$draft_message");
+                   "&startMessage=1&note=".urlencode($draft_message));
             exit();
             }
         }