Browse Source

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

Luke Ehresman 24 years ago
parent
commit
ad71995edd
1 changed files with 1 additions and 0 deletions
  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();