ソースを参照

fixed bug that didn't display page header after files were attached

Luke Ehresman 24 年 前
コミット
ad71995edd
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/compose.php

+ 1 - 0
src/compose.php

@@ -441,6 +441,7 @@
    } else if (isset($attach)) {
       if (saveAttachedFiles())
             plain_error_message(_("Could not move/copy file. File not attached"), $color);
+      displayPageHeader($color, $mailbox);
       showInputForm();
    } else if (isset($do_delete)) {
       is_logged_in();