Pārlūkot izejas kodu

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

Luke Ehresman 25 gadi atpakaļ
vecāks
revīzija
ad71995edd
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();