浏览代码

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();